Skip to content

Commit

Permalink
chore(format): run flutter format lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Mar 4, 2023
1 parent 526c353 commit e77178d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/const.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class Const {
'NOTIFICATION_DAY_SETTINGS_VALUE';

/// Notifications
static const String androidAppLogoPath = '@mipmap/ic_slice_launcher_adaptive_fore';
static const String androidAppLogoPath =
'@mipmap/ic_slice_launcher_adaptive_fore';
static const Duration notificationDurationValueDefaultValue =
Duration(minutes: 60);
static const bool notificationDurationEnabledDefaultValue = true;
Expand Down
1 change: 0 additions & 1 deletion lib/screens/chaban_bridge_forecast_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class _ChabanBridgeForecastScreenState
hasReachedMax: state.hasReachedMax,
),
),

],
),
);
Expand Down

0 comments on commit e77178d

Please sign in to comment.