Skip to content

Commit

Permalink
Update internal/db/kvs/pogreb/pogreb.go
Browse files Browse the repository at this point in the history
Co-authored-by: datelier <[email protected]>
  • Loading branch information
hlts2 and datelier authored Jan 24, 2024
1 parent ab6856b commit c5553fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/kvs/pogreb/pogreb.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func New(opts ...Option) (_ Pogreb, err error) {
}

Check warning on line 51 in internal/db/kvs/pogreb/pogreb.go

View check run for this annotation

Codecov / codecov/patch

internal/db/kvs/pogreb/pogreb.go#L50-L51

Added lines #L50 - L51 were not covered by tests
}

// If db.opts is nil, an default value is used.
// If db.opts is nil, a default value is used.
db.db, err = pogreb.Open(db.path, db.opts)
if err != nil {
return nil, err
Expand Down

0 comments on commit c5553fd

Please sign in to comment.