Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez committed Jun 14, 2024
1 parent 68587a5 commit 0b53634
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ defmodule LenraWeb.RunnerController do
GenServer.stop({:global, {Kubernetes.Status, build_id}})
catch
:exit, {:noproc, _} ->
Logger.warning("Could not stop Kubernetes.Status with build_id : `#{build_id}` because it was already stopped or has crashed.")
Logger.warning(
"Could not stop Kubernetes.Status with build_id : `#{build_id}` because it was already stopped or has crashed."
)

:ok
end
end
Expand Down

0 comments on commit 0b53634

Please sign in to comment.