From 9ac6a9bf54c9ee4677fec8fd66539096635078de Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Thu, 12 Mar 2020 01:34:01 +0100 Subject: [PATCH] Remove unneeded type specification --- pkg/store/filesystem/store.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/store/filesystem/store.go b/pkg/store/filesystem/store.go index 14e6a2dfb..5b21972f3 100644 --- a/pkg/store/filesystem/store.go +++ b/pkg/store/filesystem/store.go @@ -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