1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Small style fix

This commit is contained in:
Daniel Barber 2018-02-19 11:20:28 -05:00
parent e88545de0c
commit 3c6cceabaa
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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