From e63c9b9b74cf681d1c16fb93f9b055c6f56cf3d4 Mon Sep 17 00:00:00 2001 From: Nexushunter Date: Sun, 24 Sep 2023 11:31:43 -0400 Subject: [PATCH] fix: fmt --- openapi-generator/lib/src/extensions/type_methods.dart | 2 +- openapi-generator/test/specs/next_gen_builder_test_config.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi-generator/lib/src/extensions/type_methods.dart b/openapi-generator/lib/src/extensions/type_methods.dart index 555447a..72a7160 100644 --- a/openapi-generator/lib/src/extensions/type_methods.dart +++ b/openapi-generator/lib/src/extensions/type_methods.dart @@ -70,4 +70,4 @@ extension TypeMethods on ConstantReader { return values[enumIndex]; } -} \ No newline at end of file +} diff --git a/openapi-generator/test/specs/next_gen_builder_test_config.dart b/openapi-generator/test/specs/next_gen_builder_test_config.dart index 07546d2..859f19e 100644 --- a/openapi-generator/test/specs/next_gen_builder_test_config.dart +++ b/openapi-generator/test/specs/next_gen_builder_test_config.dart @@ -13,4 +13,4 @@ import 'package:openapi_generator_annotations/openapi_generator_annotations.dart useNextGen: true, cachePath: './test/specs/output-nextgen/expected-args/cache.json', outputDirectory: './test/specs/output-nextgen/expected-args') -class TestClassConfig {} \ No newline at end of file +class TestClassConfig {}