Skip to content

Commit

Permalink
fix golangci-lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Sep 26, 2024
1 parent 94a8fa8 commit f93cf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/ssdb/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Batch struct {
}

// func internalOpenBatch...
func internalOpenBatch(t database.Storage) *Batch {
func internalOpenBatch(_ database.Storage) *Batch {
b := &Batch{
w: make(chan bWriteData),
p: make(map[string]interface{}),
Expand Down

0 comments on commit f93cf13

Please sign in to comment.