Skip to content

Commit

Permalink
add missing return
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Feb 21, 2020
1 parent bff5d9b commit 6aa3bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func newDefaultDatastore(repoPath string, lowMem bool) (ds.TxnDatastore, error)
func WithLowMem(low bool) Option {
return func(sc *Config) error {
sc.LowMem = low
return nil
}
}

Expand Down

0 comments on commit 6aa3bcc

Please sign in to comment.