We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee93955 commit 6e9877eCopy full SHA for 6e9877e
openapi-generator/test/utils.dart
@@ -79,9 +79,7 @@ Future<String> generateFromAnnotation(Openapi openapi,
79
specPath = openapi.inputSpec.path;
80
}
81
return generateFromSource(openapi.toString(),
82
- process: process,
83
- openapiSpecFilePath: specPath,
84
- path: path);
+ process: process, openapiSpecFilePath: specPath, path: path);
85
86
87
/// Runs an in memory test variant of the generator with the given [source].
0 commit comments