Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Sep 11, 2023
1 parent bba4ac5 commit 979492d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/guardian/db/adapter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ defmodule Guardian.DB.Adapter do
for Guardian Tokens.
"""


@typep schema :: Ecto.Schema.t()
@typep changeset :: Ecto.Changeset.t()
@typep schema_or_changeset :: schema() | changeset()
Expand All @@ -15,7 +14,6 @@ defmodule Guardian.DB.Adapter do
@typep sub :: binary()
@typep opts :: keyword()


@doc """
Retrieves JWT token
Used in `Guardian.DB.Token.find_by_claims/1`
Expand Down

0 comments on commit 979492d

Please sign in to comment.