Commit 04ad0ffa authored by Kate Lovett's avatar Kate Lovett

Style nits

parent 328647aa
......@@ -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.
......
......@@ -49,7 +49,7 @@ void main() {
await expectLater(
find.byType(RichText),
matchesSkiaGoldFile('localized_fonts.rich_text.styled_text_span.png'),
matchesSkiaGoldFile('localized_fonts.rich_text.styled_text_span.png'),
);
},
);
......
......@@ -328,7 +328,7 @@ void main() {
);
await expectLater(
find.byType(RepaintBoundary).first,
matchesSkiaGoldFile('clip.ClipRectOverlay.png')
matchesSkiaGoldFile('clip.ClipRectOverlay.png'),
);
});
......
......@@ -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'),
);
},);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment