Skip to content

Commit

Permalink
Auto format by GitHub Actions (#248)
Browse files Browse the repository at this point in the history
Auto format

Co-authored-by: YumNumm <YumNumm@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and YumNumm authored May 7, 2023
1 parent aa22148 commit f5690fc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/feature/home/kmoni/data/kmoni_data_source.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:eqmonitor/feature/home/kmoni/model/kmoni_web_api_url_generator.d
import 'package:eqmonitor/feature/home/kmoni/model/realtime_data_type.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';


// TODO
class KmoniDataSource {
KmoniDataSource(this.dio);
Expand Down
1 change: 1 addition & 0 deletions lib/feature/home/kmoni/use_case/kmoni_use_case.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion lib/feature/setup/pages/02_quick_guide_about_eew.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class QuickGuideAboutEew extends StatelessWidget {
onPressed: onNext,
child: const Padding(
padding: EdgeInsets.symmetric(vertical: 12),
child: SizedBox(
child: SizedBox(
width: double.infinity,
child: Center(
child: Text(
Expand Down
12 changes: 8 additions & 4 deletions lib/firebase_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ class DefaultFirebaseOptions {
messagingSenderId: '179553945248',
projectId: 'eqmonitor-main',
storageBucket: 'eqmonitor-main.appspot.com',
androidClientId: '179553945248-gnhkjhr4feqsv308rf3dlcber84o647i.apps.googleusercontent.com',
iosClientId: '179553945248-hog16qgussjvd0ddqqe973c32n64atm1.apps.googleusercontent.com',
androidClientId:
'179553945248-gnhkjhr4feqsv308rf3dlcber84o647i.apps.googleusercontent.com',
iosClientId:
'179553945248-hog16qgussjvd0ddqqe973c32n64atm1.apps.googleusercontent.com',
iosBundleId: 'net.yumnumm.eqmonitor',
);

Expand All @@ -78,8 +80,10 @@ class DefaultFirebaseOptions {
messagingSenderId: '179553945248',
projectId: 'eqmonitor-main',
storageBucket: 'eqmonitor-main.appspot.com',
androidClientId: '179553945248-gnhkjhr4feqsv308rf3dlcber84o647i.apps.googleusercontent.com',
iosClientId: '179553945248-hog16qgussjvd0ddqqe973c32n64atm1.apps.googleusercontent.com',
androidClientId:
'179553945248-gnhkjhr4feqsv308rf3dlcber84o647i.apps.googleusercontent.com',
iosClientId:
'179553945248-hog16qgussjvd0ddqqe973c32n64atm1.apps.googleusercontent.com',
iosBundleId: 'net.yumnumm.eqmonitor',
);
}

0 comments on commit f5690fc

Please sign in to comment.