mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-17 04:21:00 +01:00
fix linter err
This commit is contained in:
@@ -108,7 +108,7 @@ func runcheck(file string, alloc *Alloc) bool {
|
|||||||
|
|
||||||
// compare
|
// compare
|
||||||
if !bytes.Equal(alloc.writeBlock, alloc.readBlock) {
|
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
|
return true
|
||||||
|
|||||||
Reference in New Issue
Block a user