Skip to content

Commit

Permalink
chore: fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Dec 14, 2024
1 parent ee93955 commit 6e9877e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openapi-generator/test/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ Future<String> generateFromAnnotation(Openapi openapi,
specPath = openapi.inputSpec.path;
}
return generateFromSource(openapi.toString(),
process: process,
openapiSpecFilePath: specPath,
path: path);
process: process, openapiSpecFilePath: specPath, path: path);
}

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

0 comments on commit 6e9877e

Please sign in to comment.