mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Small style fix
This commit is contained in:
parent
e88545de0c
commit
3c6cceabaa
@ -32,6 +32,7 @@ defmodule ChessWeb.GameController do
|
||||
|
||||
def show(conn, %{"id" => id}) do
|
||||
game = Repo.get!(Game, id)
|
||||
|
||||
render(conn, "show.html", game: game)
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user