Applied rubocop.
This commit is contained in:
parent
486802770b
commit
3bdb3dacb2
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ remove all session and spool messages
|
|||
end
|
||||
|
||||
# dispatch sessions
|
||||
if node_id && node_id.zero?
|
||||
if node_id&.zero?
|
||||
loop do
|
||||
|
||||
# nodes
|
||||
|
|
Loading…
Reference in a new issue