Skip to content

Commit

Permalink
chore(format): run dart format lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Apr 17, 2023
1 parent 8e1346e commit e766836
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/bloc/chaban_bridge_status/chaban_bridge_status_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ class ChabanBridgeStatusBloc
mainMessageStatus: mainMessageStatus,
timeMessagePrefix: timeMessagePrefix,
foregroundColor: foregroundColor,
chabanBridgeStatusLifecycle:
state.durationUntilNextEvent != Duration.zero // Prevents from displaying the wrong status color
? ChabanBridgeStatusLifecycle.populated
: ChabanBridgeStatusLifecycle.empty,
chabanBridgeStatusLifecycle: state.durationUntilNextEvent !=
Duration.zero // Prevents from displaying the wrong status color
? ChabanBridgeStatusLifecycle.populated
: ChabanBridgeStatusLifecycle.empty,
backgroundColor: backgroundColor,
),
);
Expand Down

0 comments on commit e766836

Please sign in to comment.