Skip to content

Commit 9b4f6af

Browse files
committed
Fix checkstyle failure
1 parent 27e1e81 commit 9b4f6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handlebars/src/main/java/com/github/jknack/handlebars/context/FieldValueResolver.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ protected Object invokeMember(final FieldWrapper field, final Object context) {
218218
return null;
219219
} catch (Exception ex) {
220220
throw new IllegalStateException(
221-
"Shouldn't be illegal to access field '" + field.getName()
222-
+ "'", ex);
221+
"Shouldn't be illegal to access field '" + field.getName() +
222+
"'", ex);
223223
}
224224
}
225225

0 commit comments

Comments
 (0)