Skip to content

Commit 4f1c8b2

Browse files
author
John J. Aylward
committed
formatting
1 parent 5a31f9e commit 4f1c8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/json/junit/XMLTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,8 @@ public void testToJsonWithNullWhenNilConversionEnabled() {
885885

886886
final JSONObject json = XML.toJSONObject(originalXml,
887887
new XMLParserConfiguration()
888-
.withKeepStrings(false).withcDataTagName("content")
888+
.withKeepStrings(false)
889+
.withcDataTagName("content")
889890
.withConvertNilAttributeToNull(true));
890891
assertEquals(expectedJsonString, json.toString());
891892
}

0 commit comments

Comments
 (0)