Skip to content

Commit

Permalink
chore: remove unused module attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 19, 2024
1 parent 8d026b5 commit a95444e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/mix/tasks/ash_authentication.add_strategy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,6 @@ if Code.ensure_loaded?(Igniter) do
end
else
defmodule Mix.Tasks.AshAuthentication.AddStrategy do
@example "mix ash_authentication.add_strategy password"

@shortdoc "Adds the provided strategy or strategies to your user resource"

@moduledoc @shortdoc
Expand Down
1 change: 0 additions & 1 deletion lib/mix/tasks/ash_authentication.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ else
defmodule Mix.Tasks.AshAuthentication.Install do
use Mix.Task

@example "mix igniter.install ash_authentication"
@shortdoc "Installs AshAuthentication. Invoke with `mix igniter.install ash_authentication`"

@moduledoc @shortdoc
Expand Down

0 comments on commit a95444e

Please sign in to comment.