Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
lsk567 committed Jul 19, 2023
1 parent 5a13524 commit 35f0887
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/src/main/java/org/lflang/generator/LFGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,7 @@ public boolean errorsOccurred() {
return generatorErrorsOccurred;
}

/**
* Check if a clean was requested from the standalone compiler and perform the clean step.
*
*/
/** Check if a clean was requested from the standalone compiler and perform the clean step. */
protected void cleanIfNeeded(LFGeneratorContext context) {
if (context.getArgs().containsKey("clean")) {
try {
Expand Down

0 comments on commit 35f0887

Please sign in to comment.