Skip to content

Commit 6bba31e

Browse files
committed
Code format
1 parent bbac596 commit 6bba31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/src/main/java/org/openapitools/openapidiff/maven/OpenApiDiffMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class OpenApiDiffMojo extends AbstractMojo {
3030

3131
@Override
3232
public void execute() throws MojoExecutionException, MojoFailureException {
33-
if(Boolean.TRUE.equals(skip)) {
33+
if (Boolean.TRUE.equals(skip)) {
3434
getLog().info("Skipping openapi-diff execution");
3535
return;
3636
}

0 commit comments

Comments
 (0)