Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d2d0527

Browse files
committed
formatting
1 parent 69f638c commit d2d0527

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

display_list/display_list_unittests.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,8 +3252,7 @@ TEST_F(DisplayListTest, RTreeRenderCulling) {
32523252
main_builder.DrawRect(rect4, paint4);
32533253
auto main = main_builder.Build();
32543254

3255-
auto test = [main](SkIRect cull_rect,
3256-
const sk_sp<DisplayList>& expected,
3255+
auto test = [main](SkIRect cull_rect, const sk_sp<DisplayList>& expected,
32573256
const std::string& label) {
32583257
SkRect cull_rectf = SkRect::Make(cull_rect);
32593258

0 commit comments

Comments
 (0)