From 765adb3ed3231b579108ad3d5c8dc7f841d62ab8 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Tue, 30 Jun 2020 00:59:09 -0400 Subject: [PATCH] Fix alignment --- lib/json/pure/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/json/pure/parser.rb b/lib/json/pure/parser.rb index 1c8f59f8..5db244c7 100644 --- a/lib/json/pure/parser.rb +++ b/lib/json/pure/parser.rb @@ -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_. #