Skip to content

Commit d80361f

Browse files
committed
Update blox.go
1 parent e7b94d8 commit d80361f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blox/blox.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ func (p *Blox) ListModifiedStoredBlocks(lastChecked time.Time) ([]string, error)
314314
blocksDir := "/uniondrive/ipfs_datastore/blocks"
315315
var modifiedDirs []string
316316
var modifiedFiles []string
317+
//lint:ignore S1021 err may be reused for different blocks of logic
317318
var err error
318319

319320
// Find directories modified after lastChecked

0 commit comments

Comments
 (0)