summaryrefslogtreecommitdiff
path: root/lib/custodian/alertfactory.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:22:46 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:22:46 +0000
commitddedddfa53dfe296eb8f0c58e1b9ff86f8301d4d (patch)
tree24c39cd8770762e37f96886f0894ba4616ab5ccb /lib/custodian/alertfactory.rb
parentd07ac8ecbedb4831e5aa677b8878f0e8eb37e363 (diff)
More minor space fixups
Diffstat (limited to 'lib/custodian/alertfactory.rb')
-rw-r--r--lib/custodian/alertfactory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/alertfactory.rb b/lib/custodian/alertfactory.rb
index 5c69c74..640ae33 100644
--- a/lib/custodian/alertfactory.rb
+++ b/lib/custodian/alertfactory.rb
@@ -80,7 +80,7 @@ module Custodian
# Get the friendly-type of derived-classes.
#
def get_type
- @@subclasses.each do |name,value|
+ @@subclasses.each do |name, value|
if (value == self.class)
return name
end