summaryrefslogtreecommitdiff
path: root/derivation_to_json
diff options
context:
space:
mode:
Diffstat (limited to 'derivation_to_json')
-rwxr-xr-xderivation_to_json/derivation_to_json.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation_to_json/derivation_to_json.rb b/derivation_to_json/derivation_to_json.rb
index afd62b7..f7307cc 100755
--- a/derivation_to_json/derivation_to_json.rb
+++ b/derivation_to_json/derivation_to_json.rb
@@ -83,7 +83,7 @@ class Rule
x -= rx
y -= ry
if @ha[x]
- @ha[x] << y
+ @ha[x] << y
else
@ha[x] = [y]
end