summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-30 20:08:35 +0900
committerGitHub <noreply@github.com>2020-06-30 20:08:35 +0900
commite794ec959121e868808e333fdeddd8261f1d5844 (patch)
tree59a77951c66bf07a54b2f6c74131f5518ddc40ce
parent7cc9301acae27438b32b0cb21d7ff8c3cb07792c (diff)
parent765adb3ed3231b579108ad3d5c8dc7f841d62ab8 (diff)
downloadjson-e794ec959121e868808e333fdeddd8261f1d5844.tar.gz
Merge pull request #426 from marcandre/indent
Trivial whitespace fix
-rw-r--r--lib/json/pure/parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json/pure/parser.rb b/lib/json/pure/parser.rb
index 1c8f59f..5db244c 100644
--- a/lib/json/pure/parser.rb
+++ b/lib/json/pure/parser.rb
@@ -49,7 +49,7 @@ module JSON
)+
)mx
- UNPARSED = Object.new.freeze
+ UNPARSED = Object.new.freeze
# Creates a new JSON::Pure::Parser instance for the string _source_.
#