Skip to content

Commit b9ac9c6

Browse files
committed
[ci] Formatting
1 parent 6b848fd commit b9ac9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/codehaus/mojo/spotbugs/BaseViolationCheckMojo.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ abstract class BaseViolationCheckMojo extends AbstractMojo {
537537

538538
log.info('\n\n\nTo see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"\n\n\n')
539539

540-
if ( (bugCountAboveThreshold || errorCount) && failOnError ) {
540+
if ((bugCountAboveThreshold || errorCount) && failOnError) {
541541
throw new MojoExecutionException("failed with ${bugCountAboveThreshold} bugs and ${errorCount} errors ")
542542
}
543543
}

0 commit comments

Comments
 (0)