mix format
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user