Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
SiBorea committed Nov 20, 2024
1 parent 747cfad commit 05e8895
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ public void defaults(RecipeSpec spec) {
.parser(JavaParser.fromJavaVersion().classpath(
"springdoc-openapi-common-1.+",
"swagger-models-2.+"
));
));
}

@Test
public void fixCustomiserAndGroupedOpenApi() {
// language=java
Expand Down

0 comments on commit 05e8895

Please sign in to comment.