mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Rubocop syntax update
This commit is contained in:
parent
547f32fccc
commit
de83cc5980
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Que.mode = :async
|
|||
|
||||
stop = false
|
||||
%w( INT TERM ).each do |signal|
|
||||
trap(signal) {stop = true}
|
||||
trap(signal) { stop = true }
|
||||
end
|
||||
|
||||
at_exit do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue