mix format

This commit is contained in:
Mirai Kumiko 2025-06-12 13:31:59 +02:00
parent f3c35e8e55
commit 385afb9308
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
6 changed files with 77 additions and 46 deletions

View file

@ -49,10 +49,10 @@ defmodule NullaWeb.NoteController do
end
end
#def show(conn, %{"id" => id}) do
# def show(conn, %{"id" => id}) do
# note = Notes.get_note!(id)
# render(conn, :show, note: note)
#end
# end
def edit(conn, %{"id" => id}) do
note = Notes.get_note!(id)