Skip to content

Commit e794ec9

Browse files
authored
Merge pull request #426 from marcandre/indent
Trivial whitespace fix
2 parents 7cc9301 + 765adb3 commit e794ec9

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)