Skip to content

Commit 18ebd3c

Browse files
fix format
1 parent fc15425 commit 18ebd3c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

lib/bloc/process_bloc/process_event.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class ProcessFileExtractorProgress extends ProcessEvent {
5252
final String progress;
5353

5454
const ProcessFileExtractorProgress(this.progress);
55-
5655
}
5756

5857
class ProcessFileComplete extends ProcessEvent {

lib/bloc_observer.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Logs events and states during transition, needs some improvement to reduce spam
22
// @override
33
// String toString() => 'Event { prop: prop }';
4+
45
import 'package:bloc/bloc.dart';
56

67
class SimpleBlocObserver extends BlocObserver {

lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import 'package:ccxgui/bloc/updater_bloc/updater_bloc.dart';
1212
import 'package:ccxgui/repositories/settings_repository.dart';
1313
import 'package:ccxgui/screens/home.dart';
1414
import 'package:ccxgui/utils/constants.dart';
15-
1615
import 'bloc_observer.dart';
1716

1817
void main() async {

0 commit comments

Comments
 (0)