Skip to content

Commit 0e2193a

Browse files
ejannettbeikov
authored andcommitted
HHH-17404 code style
1 parent e30abe1 commit 0e2193a

File tree

1 file changed

+2
-1
lines changed
  • hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc

1 file changed

+2
-1
lines changed

hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/JsonHelper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ private static void serializeMapping(EmbeddableMappingType embeddableMappingType
185185
writer.startObject();
186186
serializeMapping( (EmbeddableMappingType)attributeMapping.getMappedType(), values[i], options,writer);
187187
writer.endObject();
188-
} else {
188+
}
189+
else {
189190
serialize(attributeMapping.getMappedType(), values[i], options, writer);
190191
}
191192

0 commit comments

Comments
 (0)