We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9d81e commit 8c874feCopy full SHA for 8c874fe
lib/polymorphic_embed.ex
@@ -13,7 +13,7 @@ defmodule PolymorphicEmbed do
13
opts =
14
opts
15
|> Keyword.put_new(:array?, false)
16
- |> Keyword.put_new(:default,nil)
+ |> Keyword.put_new(:default, nil)
17
|> Keyword.update!(:types, &expand_alias(&1, __CALLER__))
18
19
quote do
0 commit comments