Skip to content

Commit d3056f5

Browse files
committed
style(format): run mix format
1 parent 8b853fb commit d3056f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/epochtalk_server/models/mention_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule Test.EpochtalkServer.Models.Mention do
3030
~r/no function clause matching/,
3131
fn ->
3232
Mention.username_to_user_id(%{id: nil, roles: nil}, attrs)
33-
end
33+
end
3434
end
3535

3636
test "given an invalid thread id, succeeds", %{users: %{user: user}} do

0 commit comments

Comments
 (0)