From b749c69cec38f57b6fb8de17cac342368695c671 Mon Sep 17 00:00:00 2001 From: ivirtex Date: Thu, 24 Aug 2023 02:02:15 +0200 Subject: [PATCH] Fix formatting --- lib/bootstrap.dart | 2 +- test/news/view/news_page_test.dart | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/bootstrap.dart b/lib/bootstrap.dart index 4624aff..4f3b7df 100644 --- a/lib/bootstrap.dart +++ b/lib/bootstrap.dart @@ -54,7 +54,7 @@ Future bootstrap(FutureOr Function() builder) async { HydratedBloc.storage = await HydratedStorage.build( storageDirectory: await getTemporaryDirectory(), ); - + await initNotifications( pluginInstance: FlutterLocalNotificationsPlugin(), ); diff --git a/test/news/view/news_page_test.dart b/test/news/view/news_page_test.dart index a0a9d2d..62bb2ae 100644 --- a/test/news/view/news_page_test.dart +++ b/test/news/view/news_page_test.dart @@ -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';