Skip to content

Commit

Permalink
Auto format by GitHub Actions (#275)
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 27, 2023
1 parent 0ea9b41 commit 49a3522
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ class KmoniUseCase {
KmoniUseCase(this.dataSource);

final KmoniDataSource dataSource;

}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class KmoniViewModel extends _$KmoniViewModel {
(_) {},
);


Future<void> initialize() async {
// ファイルの読み込み
final file = await rootBundle.loadString('assets/kmoni/kansokuten.csv');
Expand Down
2 changes: 1 addition & 1 deletion packages/eqapi_schema/lib/model/telegram_v3.dart
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ enum JmaIntensity {

@override
String toString() => type.replaceAll('+', '強').replaceAll('-', '弱');

bool operator >(JmaIntensity other) {
return type.compareTo(other.type) > 0;
}
Expand Down

0 comments on commit 49a3522

Please sign in to comment.