mix format

This commit is contained in:
2022-11-07 13:49:31 +01:00
parent 51b9cc7f76
commit 0e74b0e1e0
16 changed files with 137 additions and 110 deletions

View File

@ -36,7 +36,8 @@ defmodule SomethingErlang.Forums do
"""
def get_thread!(id),
do: %Thread{id: id, thread_id: id, title: "foo"} #Repo.get!(Thread, id)
# Repo.get!(Thread, id)
do: %Thread{id: id, thread_id: id, title: "foo"}
@doc """
Creates a thread.