Skip to content

Commit 6e9877e

Browse files
committed
chore: fixed formatting
1 parent ee93955 commit 6e9877e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

openapi-generator/test/utils.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ Future<String> generateFromAnnotation(Openapi openapi,
7979
specPath = openapi.inputSpec.path;
8080
}
8181
return generateFromSource(openapi.toString(),
82-
process: process,
83-
openapiSpecFilePath: specPath,
84-
path: path);
82+
process: process, openapiSpecFilePath: specPath, path: path);
8583
}
8684

8785
/// Runs an in memory test variant of the generator with the given [source].

0 commit comments

Comments
 (0)