Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Jun 30, 2020
1 parent 98db309 commit 765adb3
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 765adb3

Please sign in to comment.