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

Commit c174ab2

Browse files
author
jonahwilliams
committed
++
1 parent badfb0c commit c174ab2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

impeller/display_list/aiks_dl_unittests.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ TEST_P(AiksTest, CanDrawPointsWithTextureMap) {
469469

470470
TEST_P(AiksTest, CanDrawScaledPointsLargeScaleSmallRadius) {
471471
std::vector<SkPoint> point = {
472-
{0, 0}, //
472+
{0, 0}, //
473473
};
474474

475475
DlPaint paint;
@@ -489,7 +489,7 @@ TEST_P(AiksTest, CanDrawScaledPointsLargeScaleSmallRadius) {
489489

490490
TEST_P(AiksTest, CanDrawScaledPointsSmallScaleLargeRadius) {
491491
std::vector<SkPoint> point = {
492-
{0, 0}, //
492+
{0, 0}, //
493493
};
494494

495495
DlPaint paint;
@@ -507,6 +507,5 @@ TEST_P(AiksTest, CanDrawScaledPointsSmallScaleLargeRadius) {
507507
ASSERT_TRUE(OpenPlaygroundHere(builder.Build()));
508508
}
509509

510-
511510
} // namespace testing
512511
} // namespace impeller

0 commit comments

Comments
 (0)