Skip to content

Commit 863bc78

Browse files
committed
code style fix - brace in newline
1 parent 214217b commit 863bc78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/JsonArrayFormat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*
1414
* This also provides same behavior as msgpack-java 0.6.x serialization api.
1515
*/
16-
public class JsonArrayFormat extends JacksonAnnotationIntrospector {
17-
16+
public class JsonArrayFormat extends JacksonAnnotationIntrospector
17+
{
1818
private final static JsonFormat.Value ARRAY_FORMAT = new JsonFormat.Value().withShape(ARRAY);
1919

2020
@Override

0 commit comments

Comments
 (0)