Skip to content

Commit

Permalink
Merge pull request #426 from marcandre/indent
Browse files Browse the repository at this point in the history
Trivial whitespace fix
  • Loading branch information
hsbt committed Jun 30, 2020
2 parents 7cc9301 + 765adb3 commit e794ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json/pure/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Parser < StringScanner
)+
)mx

UNPARSED = Object.new.freeze
UNPARSED = Object.new.freeze

# Creates a new JSON::Pure::Parser instance for the string _source_.
#
Expand Down

0 comments on commit e794ec9

Please sign in to comment.