diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:24:04 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:24:04 +0000 |
commit | 392e363807d02ba905cdb8e0101f926cf97b1e23 (patch) | |
tree | 922b7dec565f04cedffbd0564bc7909332f1ea5c /lib/custodian/testfactory.rb | |
parent | d9f8cf24628ad0021c84c0aabcacae868597bfa6 (diff) |
Remove spaces inside empty hashes
Diffstat (limited to 'lib/custodian/testfactory.rb')
-rw-r--r-- | lib/custodian/testfactory.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/testfactory.rb b/lib/custodian/testfactory.rb index 3375021..64ea7c8 100644 --- a/lib/custodian/testfactory.rb +++ b/lib/custodian/testfactory.rb @@ -20,7 +20,7 @@ module Custodian # # The subclasses we have. # - @@subclasses = { } + @@subclasses = {} # |