1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fixed whitespace

This commit is contained in:
Daniel Shelton 2014-08-01 11:28:33 +01:00
parent e4ea4fb46d
commit b32f32753d
3 changed files with 5 additions and 6 deletions

View file

@ -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