Applied rubocop.
This commit is contained in:
parent
a4341626b9
commit
de30c4d3af
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ returns
|
||||||
preferences_maybe = {}
|
preferences_maybe = {}
|
||||||
preferences_maybe[direction] = []
|
preferences_maybe[direction] = []
|
||||||
|
|
||||||
self.lookup(caller_id).each { |record|
|
lookup(caller_id).each { |record|
|
||||||
if record.level == 'known'
|
if record.level == 'known'
|
||||||
preferences_known[direction].push record
|
preferences_known[direction].push record
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue