Remove unnecessary blank lines
See gh-18089
This commit is contained in:
committed by
Stephane Nicoll
parent
9ed6b92ecc
commit
b4350a9d96
@@ -242,7 +242,6 @@ public class JSONStringer {
|
||||
if (value instanceof JSONArray) {
|
||||
((JSONArray) value).writeTo(this);
|
||||
return this;
|
||||
|
||||
}
|
||||
else if (value instanceof JSONObject) {
|
||||
((JSONObject) value).writeTo(this);
|
||||
|
||||
Reference in New Issue
Block a user