Skip to content

Commit e435fb3

Browse files
committed
restore formatting
1 parent 6f5a926 commit e435fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/ecto/users/user.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Pow.Test.Ecto.Users.User do
44
use Pow.Ecto.Schema
55

66
schema "users" do
7-
field(:custom, :string)
7+
field :custom, :string
88

99
pow_user_fields()
1010

0 commit comments

Comments
 (0)