Skip to content

Commit 9d2e29b

Browse files
committed
fix golangci-lint error
1 parent ed43d8c commit 9d2e29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/ssdb/batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Batch struct {
2929
}
3030

3131
// func internalOpenBatch...
32-
func internalOpenBatch(t database.Storage) *Batch {
32+
func internalOpenBatch(_ database.Storage) *Batch {
3333
b := &Batch{
3434
w: make(chan bWriteData),
3535
p: make(map[string]interface{}),

0 commit comments

Comments
 (0)