Skip to content

Commit 962d276

Browse files
committed
Remove superfluous whitespace
These were leftover from a previous version were the equal signs were aligned vertically. Since these constants have their own docstrings now, this is no longer necessary.
1 parent 5a7ab22 commit 962d276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These are JSON-RPC server errors that are free for the taking
2525
for JSON-RPC server implementations. Applications making use of
2626
this library should NOT define new errors in this range.
2727
"""
28-
const SERVER_ERROR_END = -32000
28+
const SERVER_ERROR_END = -32000
2929

3030
"""
3131
SERVER_ERROR_START
@@ -36,7 +36,7 @@ These are JSON-RPC server errors that are free for the taking
3636
for JSON-RPC server implementations. Applications making use of
3737
this library should NOT define new errors in this range.
3838
"""
39-
const SERVER_ERROR_START = -32099
39+
const SERVER_ERROR_START = -32099
4040

4141
"""
4242
PARSE_ERROR

0 commit comments

Comments
 (0)