mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-16 20:11:00 +01:00
fix linter err
This commit is contained in:
@@ -108,7 +108,7 @@ func runcheck(file string, alloc *Alloc) bool {
|
||||
|
||||
// compare
|
||||
if !bytes.Equal(alloc.writeBlock, alloc.readBlock) {
|
||||
return die(errors.New("Read not the same as written"), nil)
|
||||
return die(errors.New("read not the same as written"), nil)
|
||||
}
|
||||
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user