Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
flar committed Aug 12, 2024
1 parent 69f638c commit d2d0527
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions display_list/display_list_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3252,8 +3252,7 @@ TEST_F(DisplayListTest, RTreeRenderCulling) {
main_builder.DrawRect(rect4, paint4);
auto main = main_builder.Build();

auto test = [main](SkIRect cull_rect,
const sk_sp<DisplayList>& expected,
auto test = [main](SkIRect cull_rect, const sk_sp<DisplayList>& expected,
const std::string& label) {
SkRect cull_rectf = SkRect::Make(cull_rect);

Expand Down

0 comments on commit d2d0527

Please sign in to comment.