Skip to content

Commit 7645a46

Browse files
committed
style: misc format
1 parent e50968b commit 7645a46

File tree

3 files changed

+223
-145
lines changed

3 files changed

+223
-145
lines changed

lib/app/view/app.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import 'package:flutter_news_app_web_dashboard_full_source_code/content_manageme
1616
import 'package:flutter_news_app_web_dashboard_full_source_code/dashboard/bloc/dashboard_bloc.dart';
1717
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart';
1818
import 'package:flutter_news_app_web_dashboard_full_source_code/router/router.dart';
19-
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/services/throttled_fetching_service.dart';
2019
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/shared.dart';
2120
import 'package:go_router/go_router.dart';
2221
import 'package:kv_storage_service/kv_storage_service.dart';
@@ -217,8 +216,9 @@ class _AppViewState extends State<_AppView> {
217216
), // Match cardRadius from theme
218217
),
219218
child: ConstrainedBox(
220-
constraints:
221-
const BoxConstraints(maxWidth: AppConstants.kMaxAppWidth),
219+
constraints: const BoxConstraints(
220+
maxWidth: AppConstants.kMaxAppWidth,
221+
),
222222
child: MaterialApp.router(
223223
debugShowCheckedModeBanner: false,
224224
routerConfig: _router,

0 commit comments

Comments
 (0)