Skip to content

Commit

Permalink
tab2space
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed May 11, 2024
1 parent 5f65eaf commit f8a8a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/omnifaces/util/Json.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ else if (object instanceof Class<?>) {
encodeString(((Class<?>) object).getName(), builder);
}
else if (object instanceof Record) {
encodeRecord((Record) object, builder, propertyNameFormatter);
encodeRecord((Record) object, builder, propertyNameFormatter);
}
else {
encodeBean(object, builder, propertyNameFormatter);
Expand Down

0 comments on commit f8a8a7f

Please sign in to comment.