Style nits

This commit is contained in:
Kate Lovett 2019-04-25 15:30:58 -07:00
parent 328647aa6e
commit 04ad0ffa1e
4 changed files with 6 additions and 6 deletions

View File

@ -854,7 +854,7 @@ void main() {
await expectLater(
find.byType(CupertinoDatePicker),
matchesSkiaGoldFile('date_picker_test.datetime.initial.png')
matchesSkiaGoldFile('date_picker_test.datetime.initial.png'),
);
// Slightly drag the hour component to make the current hour off-center.

View File

@ -328,7 +328,7 @@ void main() {
);
await expectLater(
find.byType(RepaintBoundary).first,
matchesSkiaGoldFile('clip.ClipRectOverlay.png')
matchesSkiaGoldFile('clip.ClipRectOverlay.png'),
);
});

View File

@ -267,7 +267,7 @@ void main() {
);
await expectLater(
find.byType(Container),
matchesSkiaGoldFile('text_golden.Strut.1.png')
matchesSkiaGoldFile('text_golden.Strut.1.png'),
);
},);
@ -295,7 +295,7 @@ void main() {
);
await expectLater(
find.byType(Container),
matchesSkiaGoldFile('text_golden.Strut.2.png')
matchesSkiaGoldFile('text_golden.Strut.2.png'),
);
},);
@ -346,7 +346,7 @@ void main() {
);
await expectLater(
find.byType(Container),
matchesSkiaGoldFile('text_golden.Strut.3.png')
matchesSkiaGoldFile('text_golden.Strut.3.png'),
);
},);