Skip to content

Commit fc2e769

Browse files
author
himanshu goyal
committed
formated file for flutter ci fail
1 parent 87ee9f8 commit fc2e769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/presentation/hike/cubit/location_cubit/location_cubit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ class LocationCubit extends Cubit<LocationState> {
632632

633633
Future<void> sendSOS(String id, BuildContext context) async {
634634
final dataState = await _hikeUseCase.sos(id);
635-
635+
636636
if (dataState is DataSuccess) {
637637
log('data coming from sos: ${dataState.data.toString()}');
638638
// // Ensure _hikeMarkers is a Set of marker objects

0 commit comments

Comments
 (0)