Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Apr 25, 2022
1 parent 68c158c commit 8f94403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/puma.rb
Expand Up @@ -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
Expand Down

0 comments on commit 8f94403

Please sign in to comment.