Skip to content

Commit

Permalink
style(format): run mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
crod951 committed Jan 14, 2025
1 parent acc9b91 commit ec57117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/epochtalk_server/smf_query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ defmodule EpochtalkServer.SmfQuery do

count_query =
from m in "smf_messages",
where: m.id_member == ^id and m.id_board not in ^id_board_blacklist,
where: m.id_member == ^id and m.id_board not in ^id_board_blacklist,
select: %{count: count(m.id_msg)}

from(m in "smf_messages",
Expand Down

0 comments on commit ec57117

Please sign in to comment.