Skip to content

Commit

Permalink
refactor: Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Jan 11, 2024
1 parent 63a188d commit 3dc26ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions remote_logger/example/remote_logger_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ void main() {
);

// Set remoteLogger as a listener.
// ignore: avoid-unassigned-stream-subscriptions
Logger.root.onRecord.listen(remoteLogger.call);

// Log a message.
Expand Down
1 change: 0 additions & 1 deletion storybook/utils/gen_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,5 @@ const dartReserved = [
'default',
'get',
'static',
'yield',
];
const dartFileName = 'icons_list.dart';

0 comments on commit 3dc26ff

Please sign in to comment.