Skip to content

Commit e7a341e

Browse files
committed
style(app): reformat code comments in app_bloc.dart
- Adjust comment positioning in AppVersionCheckRequested event - Ensure consistent code formatting and readability
1 parent 6cd2803 commit e7a341e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/app/bloc/app_bloc.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ class AppBloc extends Bloc<AppEvent, AppState> {
269269
add(
270270
AppVersionCheckRequested(
271271
remoteConfig: state.remoteConfig!,
272-
isBackgroundCheck: false, // Not a background check during startup
272+
// Not a background check during startup
273+
isBackgroundCheck: false,
273274
),
274275
);
275276

0 commit comments

Comments
 (0)