make linter happy

This commit is contained in:
A.Unger
2020-02-07 10:45:42 +01:00
parent 3b877f2ff5
commit bdc473e27a

View File

@@ -1,5 +1,6 @@
package store
import (
// init filesystem store
_ "github.com/owncloud/ocis-accounts/pkg/store/filesystem"
)