make linter happy

This commit is contained in:
A.Unger
2020-02-03 14:19:01 +01:00
parent c34eb4ca95
commit 161fc4c029
+1 -1
View File
@@ -21,7 +21,7 @@ type Store struct {
Logger olog.Logger Logger olog.Logger
} }
// TODO add mountPath as a flag. Accept a *config argument // New returns a new stor. TODO add mountPath as a flag. Accept a *config argument
func New() *Store { func New() *Store {
s := Store{ s := Store{
Logger: olog.NewLogger(), Logger: olog.NewLogger(),