Remove extra ending line from unicorn example file

This commit is contained in:
Brett Walker 2019-05-16 16:24:59 -05:00
parent 913bc9649b
commit 6c90aac014
1 changed files with 0 additions and 1 deletions

View File

@ -58,4 +58,3 @@ after_fork do |server, worker|
# addr = "127.0.0.1:#{9293 + worker.nr}"
# server.listen(addr, :tries => -1, :delay => 5, :tcp_nopush => true)
end