1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 20:17:05 +00:00

gofmted -s

This commit is contained in:
Gerasimos Maropoulos
2016-10-25 16:49:57 +03:00
parent 78d145c207
commit ee9b153f6d
3 changed files with 5 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ func (t *templateEngines) render(isFile bool, ctx *Context, filenameOrSource str
if len(options) > 0 {
options[0]["layout"] = ctxLayout
} else {
options = []map[string]interface{}{map[string]interface{}{"layout": ctxLayout}}
options = []map[string]interface{}{{"layout": ctxLayout}}
}
}
}