Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Dec 24, 2024
1 parent 7f6d2ce commit 07a53b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule TransportWeb.Plugs.WorkerHealthcheck do
# NOTE: Clever Cloud monitoring will better pick stuff back up
# if the app is completely down.
if !healthy_state?() do
Logger.info "Hot-fix: shutting down!!!"
Logger.info("Hot-fix: shutting down!!!")
# "Asynchronously and carefully stops the Erlang runtime system."
System.stop()
end
Expand Down

0 comments on commit 07a53b8

Please sign in to comment.