mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +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
|
stop = false
|
||||||
%w( INT TERM ).each do |signal|
|
%w( INT TERM ).each do |signal|
|
||||||
trap(signal) {stop = true}
|
trap(signal) { stop = true }
|
||||||
end
|
end
|
||||||
|
|
||||||
at_exit do
|
at_exit do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue