Skip to content

Commit d31e2b2

Browse files
committed
Chore: Fix some whitespace
1 parent b990570 commit d31e2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/jsonurl-jsr374/src/main/java/org/jsonurl/jsonp/JsonUrlWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ public final class JsonUrlWriter {
3939
private JsonUrlWriter() {
4040
// EMPTY
4141
}
42-
42+
4343
private static final boolean isNull(Object in) {
4444
return in == null || in == JsonValue.NULL;
4545
}
46-
46+
4747
/**
4848
* Write the given JsonValue as JSON->URL text.
4949
*

0 commit comments

Comments
 (0)