Skip to content

Commit 6cad5d2

Browse files
fix formatting
1 parent 8ee196b commit 6cad5d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/bloc_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ void main() {
2020
'emit default settings model when nothing is changed',
2121
build: () => SettingsBloc(_settingsRepository),
2222
act: (bloc) => bloc.add(SettingsUpdatedEvent(settingsModel)),
23-
// we don't care what's here so no expect. This just sets up config.json
24-
// properly if it is not created yet, example on GH actions
23+
// we don't care what's here so no expect. This just sets up config.json
24+
// properly if it is not created yet, example on GH actions
2525
);
2626
blocTest<SettingsBloc, SettingsState>(
2727
'emits new settings model, settings saved correctly and getParamsList has the new setting',

0 commit comments

Comments
 (0)