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

Commit 5db24cb

Browse files
committed
formatting
1 parent b1dfcad commit 5db24cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

impeller/display_list/display_list_unittests.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,7 @@ TEST_P(DisplayListTest, StrokedPathsDrawCorrectly) {
277277
builder.Translate(150, 0);
278278
builder.DrawDRRect(
279279
SkRRect::MakeRectXY(SkRect::MakeSize({100, 50}), 10, 10),
280-
SkRRect::MakeRectXY(SkRect::MakeXYWH(10, 10, 80, 30), 10, 10),
281-
paint);
280+
SkRRect::MakeRectXY(SkRect::MakeXYWH(10, 10, 80, 30), 10, 10), paint);
282281

283282
// Contour with duplicate join points
284283
{

0 commit comments

Comments
 (0)