Fix rubocop

This commit is contained in:
wvengen 2022-04-25 14:19:34 +02:00
parent 68c158c93e
commit 8f94403ccf

View file

@ -9,7 +9,7 @@ threads threads_count, threads_count
# 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