Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Feb 4, 2024
1 parent 7d969f4 commit b99a460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/do_it/commfig.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule DoIt.Commfig do
end

@spec start_link([...]) :: :ignore | {:error, any()} | {:ok, pid()}
def start_link([dirname, filename] = args) do
def start_link([dirname, filename] = _args) do
case {dirname, filename} do
{nil, nil} ->
do_start(System.tmp_dir(), @default_app_name)
Expand Down

0 comments on commit b99a460

Please sign in to comment.