Skip to content

Commit

Permalink
Run mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Aug 19, 2024
1 parent 7a9d81e commit 8c874fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/polymorphic_embed.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule PolymorphicEmbed do
opts =
opts
|> Keyword.put_new(:array?, false)
|> Keyword.put_new(:default,nil)
|> Keyword.put_new(:default, nil)
|> Keyword.update!(:types, &expand_alias(&1, __CALLER__))

quote do
Expand Down

0 comments on commit 8c874fe

Please sign in to comment.