Skip to content

Commit 27ccf72

Browse files
committed
style: format service files to match CI requirements
1 parent bff9a91 commit 27ccf72

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

lib/src/core/services/audio_player_service/audio_player_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ class AudioPlayerService {
138138
log('Failed to dispose audio player!', name: 'AudioPlayerService');
139139
}
140140
}
141-
}
141+
}

lib/src/core/services/launch_review_service/launch_review_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ class LaunchReviewService {
4343
throw LaunchReviewException();
4444
}
4545
}
46-
}
46+
}

lib/src/core/services/photo_manager_service/photo_manager_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ class PhotoManagerService {
158158
throw OpenSettingsException();
159159
}
160160
}
161-
}
161+
}

lib/src/core/services/services.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export 'photo_manager_service/photo_manager_service.dart';
1010
export 'shared_preferences_service/shared_preferences_service.dart';
1111
export 'url_launcher_service/url_launcher_service.dart';
1212
export 'video_player_service/video_player_service.dart';
13-
export 'wakelock_service/wakelock_service.dart';
13+
export 'wakelock_service/wakelock_service.dart';

lib/src/core/services/shared_preferences_service/shared_preferences_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ class SharedPreferencesService {
263263

264264
return response;
265265
}
266-
}
266+
}

lib/src/core/services/url_launcher_service/url_launcher_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ class UrlLauncherService {
6767
throw UrlLaunchException();
6868
}
6969
}
70-
}
70+
}

lib/src/core/services/video_player_service/video_player_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@ class VideoPlayerService {
298298
);
299299
}
300300
}
301-
}
301+
}

lib/src/core/services/wakelock_service/wakelock_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ class WakelockService {
5757
);
5858
}
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)