Skip to content

Commit 49d55bd

Browse files
committed
Update SmileFactoryPropertiesTest.java
1 parent c302c3c commit 49d55bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smile/src/test/java/com/fasterxml/jackson/dataformat/smile/SmileFactoryPropertiesTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public class SmileFactoryPropertiesTest extends BaseTestForSmile
1414
private final static String SIMPLE_DOC_AS_JSON = "{\"simple\":[1,true,{}]}";
1515

1616
private final static SmileFactory SMILE_F = new SmileFactory();
17+
1718
@Test
1819
public void testFactoryDefaults() {
1920
SmileFactory f = new SmileFactory();

0 commit comments

Comments
 (0)