Skip to content

Commit 9f5d361

Browse files
committed
mix format
1 parent 7538553 commit 9f5d361

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

test/petal/menu_test.exs

+9-2
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,18 @@ defmodule PetalComponents.MenuTest do
193193
path: "/sign-in",
194194
icon: fn assigns ->
195195
~H"""
196-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
196+
<svg
197+
xmlns="http://www.w3.org/2000/svg"
198+
fill="none"
199+
viewBox="0 0 24 24"
200+
stroke-width="1.5"
201+
stroke="currentColor"
202+
class="size-6"
203+
>
197204
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" />
198205
</svg>
199206
"""
200-
end,
207+
end
201208
}
202209
],
203210
current_page: :current_page,

0 commit comments

Comments
 (0)