Skip to content

Commit

Permalink
Auto format - ref: 517/merge (#519)
Browse files Browse the repository at this point in the history
Auto format

Co-authored-by: YumNumm <[email protected]>
  • Loading branch information
github-actions[bot] and YumNumm authored Jan 18, 2024
1 parent 9dc939b commit 6353abe
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/jma_parameter_types/lib/earthquake_param.pb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// @dart = 2.12

// ignore_for_file: annotate_overrides, camel_case_types, comment_references, prefer_constructors_over_static_methods
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import

Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ final $typed_data.Uint8List earthquakeParameterStationItemDescriptor = $convert.
'Ch5FYXJ0aHF1YWtlUGFyYW1ldGVyU3RhdGlvbkl0ZW0SEgoEY29kZRgBIAEoCVIEY29kZRISCg'
'RuYW1lGAIgASgJUgRuYW1lEhoKCGxhdGl0dWRlGAMgASgBUghsYXRpdHVkZRIcCglsb25naXR1'
'ZGUYBCABKAFSCWxvbmdpdHVkZQ==');

2 changes: 1 addition & 1 deletion packages/jma_parameter_types/lib/tsunami_param.pb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// @dart = 2.12

// ignore_for_file: annotate_overrides, camel_case_types, comment_references, prefer_constructors_over_static_methods
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
Expand Down
1 change: 1 addition & 0 deletions packages/jma_parameter_types/lib/tsunami_param.pbenum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import

10 changes: 2 additions & 8 deletions packages/jma_parameter_types/lib/tsunami_param.pbjson.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@ import 'dart:typed_data' as $typed_data;
const TsunamiParameter$json = {
'1': 'TsunamiParameter',
'2': [
{
'1': 'items',
'3': 1,
'4': 3,
'5': 11,
'6': '.TsunamiParameterItem',
'10': 'items',
},
{'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.TsunamiParameterItem', '10': 'items'},
],
};

Expand All @@ -49,3 +42,4 @@ final $typed_data.Uint8List tsunamiParameterItemDescriptor = $convert.base64Deco
'ChRUc3VuYW1pUGFyYW1ldGVySXRlbRIeCgpwcmVmZWN0dXJlGAEgASgJUgpwcmVmZWN0dXJlEh'
'IKBGNvZGUYAiABKAlSBGNvZGUSGgoIbGF0aXR1ZGUYAyABKAFSCGxhdGl0dWRlEhwKCWxvbmdp'
'dHVkZRgEIAEoAVIJbG9uZ2l0dWRl');

0 comments on commit 6353abe

Please sign in to comment.