Skip to content

Commit aa97824

Browse files
committed
fix lint
1 parent 5052f32 commit aa97824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prefixdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func (pdb *PrefixDB) NewBatch() Batch {
160160
}
161161

162162
// Close implements DB.
163-
func (pdb *PrefixDB) Close() error {
163+
func (_ *PrefixDB) Close() error {
164164
// PrefixDB doesn't own the underlying database, so Close is a no-op.
165165
// The underlying DB should be closed by its owner, not by prefix wrappers.
166166
return nil

0 commit comments

Comments
 (0)