Make linter happy

This commit is contained in:
Benedikt Kulmann
2020-07-24 16:04:11 +02:00
parent d62c05b4c0
commit 372cf88a4f

View File

@@ -64,7 +64,7 @@ func (p Phoenix) getPayload() (payload []byte, err error) {
// provide default ocis-web options
if p.config.Phoenix.Config.Options == nil {
p.config.Phoenix.Config.Options = make(map[string]interface{}, 0)
p.config.Phoenix.Config.Options = make(map[string]interface{})
p.config.Phoenix.Config.Options["hideSearchBar"] = true
}