Skip to content

Commit

Permalink
Add default branch for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmith-hs committed Sep 3, 2024
1 parent f5975fa commit 447fcfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ public void addError(TemplateError templateError) {
templateError.getMessage()
);
case ADD_ERROR:
default: // Checkstyle
// fix line numbers not matching up with source template
if (!context.getCurrentPathStack().isEmpty()) {
if (
Expand Down

0 comments on commit 447fcfd

Please sign in to comment.