Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirtex committed Aug 24, 2023
1 parent 20eaafe commit b749c69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/bootstrap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Future<void> bootstrap(FutureOr<Widget> Function() builder) async {
HydratedBloc.storage = await HydratedStorage.build(
storageDirectory: await getTemporaryDirectory(),
);

await initNotifications(
pluginInstance: FlutterLocalNotificationsPlugin(),
);
Expand Down
3 changes: 0 additions & 3 deletions test/news/view/news_page_test.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// ignore_for_file: lines_longer_than_80_chars

// Flutter imports:
import 'package:flutter/material.dart';

// Package imports:
import 'package:bloc_test/bloc_test.dart';
import 'package:flutter_test/flutter_test.dart';
Expand Down

0 comments on commit b749c69

Please sign in to comment.