mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-20 19:40:39 -06:00
make linter happy
This commit is contained in:
@@ -21,7 +21,7 @@ type Store struct {
|
||||
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 {
|
||||
s := Store{
|
||||
Logger: olog.NewLogger(),
|
||||
|
||||
Reference in New Issue
Block a user