chore: format

This commit is contained in:
Zach Daniel 2023-09-18 19:33:02 -04:00
parent e39558a7dd
commit c89ee8fba2

View file

@ -153,9 +153,7 @@ defmodule AshPhoenix.MixProject do
defp aliases do
[
docs: ["docs", "ash.replace_doc_links"],
sobelow:
"sobelow --skip -i Config.Secrets --ignore-files lib/ash_phoenix/gen/live.ex"
sobelow: "sobelow --skip -i Config.Secrets --ignore-files lib/ash_phoenix/gen/live.ex"
]
end
end