mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fixed whitespace
This commit is contained in:
parent
e4ea4fb46d
commit
b32f32753d
3 changed files with 5 additions and 6 deletions
|
@ -220,7 +220,6 @@ module Puma
|
||||||
# exiting until any background operations are completed
|
# exiting until any background operations are completed
|
||||||
hooks = @options[:before_worker_shutdown]
|
hooks = @options[:before_worker_shutdown]
|
||||||
hooks.each { |h| h.call(index) }
|
hooks.each { |h| h.call(index) }
|
||||||
|
|
||||||
ensure
|
ensure
|
||||||
@worker_write.close
|
@worker_write.close
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue