Skip to content

Commit af19a8e

Browse files
committed
fix: dart format
1 parent fe085a9 commit af19a8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

openapi-generator/test/specs/dio_alt_properties_test_config.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ import 'package:openapi_generator_annotations/openapi_generator_annotations.dart
1515
importMappings: {'package': 'test'},
1616
reservedWordsMappings: {'const': 'final'},
1717
additionalProperties: DioAltProperties(
18-
wrapper: Wrapper.fvm,
19-
useEnumExtension: true, pubAuthor: 'test author'),
18+
wrapper: Wrapper.fvm, useEnumExtension: true, pubAuthor: 'test author'),
2019
inlineSchemaNameMappings: {'200resp': 'OkResp'},
2120
projectPubspecPath: './test/specs/dart_pubspec.test.yaml',
2221
updateAnnotatedFile: true,

openapi-generator/test/specs/input_remote_properties_test_config.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import 'package:openapi_generator_annotations/openapi_generator_annotations.dart
1616
importMappings: {'package': 'test'},
1717
reservedWordsMappings: {'const': 'final'},
1818
additionalProperties: DioAltProperties(
19-
wrapper: Wrapper.fvm,
20-
useEnumExtension: true, pubAuthor: 'test author'),
19+
wrapper: Wrapper.fvm, useEnumExtension: true, pubAuthor: 'test author'),
2120
inlineSchemaNameMappings: {'200resp': 'OkResp'},
2221
projectPubspecPath: './test/specs/dart_pubspec.test.yaml',
2322
updateAnnotatedFile: true,

0 commit comments

Comments
 (0)