Skip to content

Commit e63c9b9

Browse files
committed
fix: fmt
1 parent ea76ec8 commit e63c9b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi-generator/lib/src/extensions/type_methods.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ extension TypeMethods on ConstantReader {
7070

7171
return values[enumIndex];
7272
}
73-
}
73+
}

openapi-generator/test/specs/next_gen_builder_test_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ import 'package:openapi_generator_annotations/openapi_generator_annotations.dart
1313
useNextGen: true,
1414
cachePath: './test/specs/output-nextgen/expected-args/cache.json',
1515
outputDirectory: './test/specs/output-nextgen/expected-args')
16-
class TestClassConfig {}
16+
class TestClassConfig {}

0 commit comments

Comments
 (0)