Skip to content

Commit 8c874fe

Browse files
committed
Run mix format
1 parent 7a9d81e commit 8c874fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/polymorphic_embed.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule PolymorphicEmbed do
1313
opts =
1414
opts
1515
|> Keyword.put_new(:array?, false)
16-
|> Keyword.put_new(:default,nil)
16+
|> Keyword.put_new(:default, nil)
1717
|> Keyword.update!(:types, &expand_alias(&1, __CALLER__))
1818

1919
quote do

0 commit comments

Comments
 (0)