Skip to content

Commit

Permalink
Resolving Linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbosse committed Jul 14, 2024
1 parent 153224e commit 525ecd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/pow_assent/user_identities/user_identity.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
defmodule PowAssent.UserIdentities.UserIdentity do
@moduledoc """
PowAssent user identity schema.
"""
use Ecto.Schema
use PowAssent.Ecto.UserIdentities.Schema, user: PowAssent.Users.User

Expand Down
3 changes: 3 additions & 0 deletions lib/pow_assent/users/user.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
defmodule PowAssent.Users.User do
@moduledoc """
Pow user schema.
"""
use Ecto.Schema
use Pow.Ecto.Schema

Expand Down

0 comments on commit 525ecd5

Please sign in to comment.