From 8f94403ccfa663fde803e7f994c77d7a29a3c544 Mon Sep 17 00:00:00 2001 From: wvengen Date: Mon, 25 Apr 2022 14:19:34 +0200 Subject: [PATCH] Fix rubocop --- config/puma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puma.rb b/config/puma.rb index 89237c1bc..4f4fd1cf2 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -9,7 +9,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 } # Bind automatically to all systemd activated sockets bind_to_activated_sockets