summaryrefslogtreecommitdiff
path: root/lib/custodian/testfactory.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:24:04 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:24:04 +0000
commit8d12f952537459e96b946ad92efddf104df8070d (patch)
tree0d4f7e5b9434695c8c7d88975ffa42f2d71b7295 /lib/custodian/testfactory.rb
parentd2f8a091b0b6c32207624e3cc5af81ffbca4aba6 (diff)
Remove spaces inside empty hashes
Diffstat (limited to 'lib/custodian/testfactory.rb')
-rw-r--r--lib/custodian/testfactory.rb2
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 = {}
#