Skip to content

Commit 447fcfd

Browse files
committed
Add default branch for checkstyle
1 parent f5975fa commit 447fcfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/hubspot/jinjava/interpret/JinjavaInterpreter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ public void addError(TemplateError templateError) {
849849
templateError.getMessage()
850850
);
851851
case ADD_ERROR:
852+
default: // Checkstyle
852853
// fix line numbers not matching up with source template
853854
if (!context.getCurrentPathStack().isEmpty()) {
854855
if (

0 commit comments

Comments
 (0)