Skip to content

Commit

Permalink
docs: polish it
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Aug 29, 2024
1 parent 5775657 commit ffcb013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cozy_logger/integrations/oban.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if Code.ensure_loaded?(Oban) do
use Application
def start(_type, _args) do
#{inspect(__MODULE__)}.install()
:ok = #{inspect(__MODULE__)}.install()
children = [
# ...
Expand Down
2 changes: 1 addition & 1 deletion lib/cozy_logger/integrations/phoenix.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if Code.ensure_loaded?(Phoenix) do
def start(_type, _args) do
unless Application.fetch_env!(:phoenix, :logger) do
#{inspect(__MODULE__)}.install()
:ok = #{inspect(__MODULE__)}.install()
end
children = [
Expand Down

0 comments on commit ffcb013

Please sign in to comment.