mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-16 07:45:09 -04:00
Remove unneeded type specification
This commit is contained in:
1 parent
c9171beb0a
commit
9ac6a9bf54
1 file changed
+3
-3
@@ -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
|
||||
|
||||
Reference in new issue
Block a user