summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-06-30 00:59:09 -0400
committerMarc-Andre Lafortune <github@marc-andre.ca>2020-06-30 01:29:39 -0400
commit765adb3ed3231b579108ad3d5c8dc7f841d62ab8 (patch)
treea0ade7564f64403a257ad7083a2261fbd6f5a017
parent98db309f5e5fd37f7c81b511170973fc6d99ed2a (diff)
downloadjson-765adb3ed3231b579108ad3d5c8dc7f841d62ab8.tar.gz
Fix alignment
-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_.
#