Skip to content

Commit

Permalink
Update output.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
avinayak authored Sep 23, 2024
1 parent f05c0db commit 510658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/cli/output.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Credo.CLI.Output do
end

def check_tag(check_mod, in_parens) do
check_mod.category()
check_mod.category
|> to_string
|> check_tag(in_parens)
end
Expand Down

0 comments on commit 510658f

Please sign in to comment.