mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
fix golangci-lint error
This commit is contained in:
@@ -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{}),
|
||||
|
||||
Reference in New Issue
Block a user