From f372d329ceff4f09e5d000bcda684051dbe4b7a5 Mon Sep 17 00:00:00 2001 From: Tiago Farias Date: Fri, 9 Aug 2019 11:33:24 -0300 Subject: [PATCH] Removes empty lines left behind (#1897) --- lib/rack/handler/puma.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rack/handler/puma.rb b/lib/rack/handler/puma.rb index d30887f9..e846f13c 100644 --- a/lib/rack/handler/puma.rb +++ b/lib/rack/handler/puma.rb @@ -61,8 +61,6 @@ module Rack conf end - - def self.run(app, options = {}) conf = self.config(app, options)