Skip to content

Commit 17675e3

Browse files
committed
Fixed linter warning, closes #3
1 parent 9663000 commit 17675e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/logger.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export 'src/filters/production_filter.dart';
77
export 'src/log_filter.dart';
88
// [LogOutput] class needs to be exposed unconditionally
99
export 'src/log_output.dart';
10+
// ignore: duplicate_export
1011
export 'src/log_output.dart'
1112
if (dart.library.io) 'src/outputs/file_output.dart';
1213
export 'src/log_printer.dart';

0 commit comments

Comments
 (0)