Use whitespace around index assignment
This commit is contained in:
parent
2e18c81a8c
commit
d6719ea4d1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module Mutant
|
|||
# @api private
|
||||
#
|
||||
def self.register(klass)
|
||||
REGISTRY[klass]=self
|
||||
REGISTRY[klass] = self
|
||||
end
|
||||
private_class_method :register
|
||||
|
||||
|
|
Loading…
Reference in a new issue