Commit f7ee4f64 authored by gitlab's avatar gitlab Committed by vipwzw

auto ci

parent 08981ed5
......@@ -30,5 +30,5 @@ func (g *Game) Query_QueryGameById(in *gt.QueryGameInfo) (types.Message, error)
if err != nil {
return nil, err
}
return &gt.ReplyGame{Game:game}, nil
return &gt.ReplyGame{Game: game}, nil
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment