Skip to content

Commit 765adb3

Browse files
committed
Fix alignment
1 parent 98db309 commit 765adb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json/pure/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Parser < StringScanner
4949
)+
5050
)mx
5151

52-
UNPARSED = Object.new.freeze
52+
UNPARSED = Object.new.freeze
5353

5454
# Creates a new JSON::Pure::Parser instance for the string _source_.
5555
#

0 commit comments

Comments
 (0)