Skip to content

Commit

Permalink
Add missing parens to function call
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Nov 4, 2024
1 parent 6ca48ad commit 0f02b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/cli/command/help.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule Credo.CLI.Command.Help do
|> to_string
|> String.pad_trailing(@ljust)

case module.short_description do
case module.short_description() do
nil ->
UI.puts(" #{padded_name}")

Expand Down

0 comments on commit 0f02b02

Please sign in to comment.