Skip to content

Commit

Permalink
splotless
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Oct 4, 2024
1 parent 67ad56a commit e0932e7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ public String execute() {
}

public boolean shouldLogException(Throwable e) {
return e.getCause() != null
&& e.getCause() instanceof MustacheInvalidParameterException == false;
return e.getCause() != null && e.getCause() instanceof MustacheInvalidParameterException == false;
}
}

Expand Down

0 comments on commit e0932e7

Please sign in to comment.