Skip to content

Commit 2095250

Browse files
committed
refactor: Format
1 parent 4782984 commit 2095250

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/cadet/email.ex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ defmodule Cadet.Email do
2020
)
2121
)
2222
end)
23+
2324
base_email()
2425
|> to(avenger.email)
2526
|> assign(:avenger_name, avenger.name)
@@ -56,8 +57,8 @@ defmodule Cadet.Email do
5657
|> put_html_layout({CadetWeb.LayoutView, "email.html"})
5758
end
5859

59-
# TODO update this to use frontend url
60-
defp build_submission_url(course_id, submission_id) do
61-
"https://sourceacademy.org/courses/#{course_id}/grading/#{submission_id}"
62-
end
60+
# TODO update this to use frontend url
61+
defp build_submission_url(course_id, submission_id) do
62+
"https://sourceacademy.org/courses/#{course_id}/grading/#{submission_id}"
63+
end
6364
end

0 commit comments

Comments
 (0)