From 4b09fe0d57f55e5640d8e91c5e40d00aded608fa Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Mon, 14 Sep 2020 08:43:08 +0200 Subject: [PATCH] Reduce superfluous whitespace --- config/puma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puma.rb b/config/puma.rb index f1698ea4..fef891bc 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -12,7 +12,7 @@ # Specifies the `port` that Puma will listen on to receive requests; default is 3000. # -port ENV.fetch("PORT", 3000) +port ENV.fetch("PORT", 3000) # Specifies the `environment` that Puma will run in. #