From 979492d97b6ecc8e2b8a8cd079f29d01e865cabc Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Mon, 11 Sep 2023 17:34:19 -0400 Subject: [PATCH] fix formatting --- lib/guardian/db/adapter.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/guardian/db/adapter.ex b/lib/guardian/db/adapter.ex index 352f2ce..4e57b9a 100644 --- a/lib/guardian/db/adapter.ex +++ b/lib/guardian/db/adapter.ex @@ -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() @@ -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`