Skip to content

Commit

Permalink
fix: dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 4, 2024
1 parent c4d28d9 commit 7f3d952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import 'package:openapi_generator_annotations/openapi_generator_annotations.dart
importMappings: {'package': 'test'},
reservedWordsMappings: {'const': 'final'},
additionalProperties: DioAltProperties(
wrapper: Wrapper.fvm,
useEnumExtension: true, pubAuthor: 'test author'),
wrapper: Wrapper.fvm, useEnumExtension: true, pubAuthor: 'test author'),
inlineSchemaNameMappings: {'200resp': 'OkResp'},
projectPubspecPath: './test/specs/dart_pubspec.test.yaml',
updateAnnotatedFile: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import 'package:openapi_generator_annotations/openapi_generator_annotations.dart
importMappings: {'package': 'test'},
reservedWordsMappings: {'const': 'final'},
additionalProperties: DioAltProperties(
wrapper: Wrapper.fvm,
useEnumExtension: true, pubAuthor: 'test author'),
wrapper: Wrapper.fvm, useEnumExtension: true, pubAuthor: 'test author'),
inlineSchemaNameMappings: {'200resp': 'OkResp'},
projectPubspecPath: './test/specs/dart_pubspec.test.yaml',
updateAnnotatedFile: true,
Expand Down

0 comments on commit 7f3d952

Please sign in to comment.