Skip to content

Commit 1c68b29

Browse files
committed
style(headlines-search): add ignore_for_file comment for no_default_cases rule
- Added ignore_for_file comment to disable no_default_cases rule - This change affects the headlines_search_bloc.dart file
1 parent 24896d6 commit 1c68b29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/headlines-search/bloc/headlines_search_bloc.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore_for_file: no_default_cases
2+
13
import 'package:bloc/bloc.dart';
24
import 'package:bloc_concurrency/bloc_concurrency.dart';
35
import 'package:equatable/equatable.dart';

0 commit comments

Comments
 (0)