Skip to content

Commit 7f47e2d

Browse files
authored
// ignore_for_file: close_sinks
1 parent 90b8fb1 commit 7f47e2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/loader_bloc.dart

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ import 'loader_state.dart';
2020
import 'partial_state_change.dart';
2121
import 'utils.dart';
2222

23+
// ignore_for_file: close_sinks
24+
2325
/// BLoC that handles loading and refreshing data
2426
class LoaderBloc<Content extends Object> {
2527
static const _tag = '« stream_loader »';

0 commit comments

Comments
 (0)