Skip to content

Commit 764e077

Browse files
author
Michael Sonnleitner
committed
formating
1 parent 05456ff commit 764e077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/codegen/OpenApiGeneratorStreamCodeGen.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ public boolean trigger(CodeGenContext context) throws CodeGenException {
8282
openApiFilePath = Paths.get(pathToExtract.toString(), zippedSpecInputModel.getRootFileOfSpec());
8383
if (!Files.exists(openApiFilePath)) {
8484
throw new CodeGenException(
85-
String.format("Could not locate openAPI specification file %s in extracted content", openApiFilePath));
85+
String.format("Could not locate openAPI specification file %s in extracted content",
86+
openApiFilePath));
8687
}
8788
} else {
8889
openApiFilePath = Paths.get(outDir.toString(), inputModel.getFileName());

0 commit comments

Comments
 (0)