aboutsummaryrefslogtreecommitdiff
path: root/hash.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-01-07 18:44:03 +0100
commiteabdbd545ed474ebcf63c3e839f2e50e40ddb379 (patch)
tree196694c2ca3482ac0381a0bd0e9462fe9168e9a3 /hash.rb
parent571d02b554a615397adc7f66b1a2e1fd8202c58d (diff)
remove useless space
Diffstat (limited to 'hash.rb')
-rw-r--r--hash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.rb b/hash.rb
index 7681266..f1fdd82 100644
--- a/hash.rb
+++ b/hash.rb
@@ -57,6 +57,6 @@ require "test/unit"
assert_equal( 1,d.compare_by_values(c,[1,2,3]))
assert_equal( 0,d.compare_by_values(c,[]))
end
- end
+ end
end