fix linter err

This commit is contained in:
2025-10-21 11:06:31 +02:00
parent 08b30c602c
commit 00382c88ab

View File

@@ -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