Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 13, 2024
1 parent c171bfa commit 832070a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/ash/error/forbidden/policy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,13 @@ defmodule Ash.Error.Forbidden.Policy do
end

title(
["\n", Enum.map(condition_description, &[" ", &1]), "\n", Enum.map(description, &[" ", &1]), "\n"],
[
"\n",
Enum.map(condition_description, &[" ", &1]),
"\n",
Enum.map(description, &[" ", &1]),
"\n"
],
[
" ",
bypass,
Expand Down

0 comments on commit 832070a

Please sign in to comment.