chore: trailing commas

pull/331/head
RuiAlonso 3 years ago
parent cc018b28b5
commit 417481754f

@ -83,7 +83,9 @@ void main() {
); );
expect( expect(
find.text(initialState.roundScore.formatScore()), findsOneWidget); find.text(initialState.roundScore.formatScore()),
findsOneWidget,
);
}, },
); );

Loading…
Cancel
Save