Skip to content

Commit

Permalink
Stubbed out if case statement
Browse files Browse the repository at this point in the history
  • Loading branch information
asegal-hs committed Nov 6, 2023
1 parent bfb78f5 commit 87e6a0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public Object filter(Object var, JinjavaInterpreter interpreter, String... args)
This means a render limit length has been provided.
Here we begin a left to right render where we add to an HTML string until the length reaches a certain limit.
*/
return interpreter.render(Objects.toString(var));
}
return interpreter.render(Objects.toString(var));
}
Expand Down

0 comments on commit 87e6a0e

Please sign in to comment.