Remove unneeded type specification

This commit is contained in:
Ilja Neumann
2020-03-12 01:34:01 +01:00
parent c9171beb0a
commit 9ac6a9bf54

View File

@@ -18,9 +18,9 @@ import (
var (
// StoreName is the default name for the accounts store
StoreName string = "ocis-store"
managerName = "filesystem"
emptyKeyError = "key cannot be empty"
StoreName = "ocis-store"
managerName = "filesystem"
emptyKeyError = "key cannot be empty"
)
// StoreName is the default name for the store container