fixed pre commit issues

This commit is contained in:
Vedant Mehra
2025-02-13 11:02:07 +05:30
parent fa516ef58f
commit 70135ab771
12 changed files with 2315 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ public class ContentCleanserSevenPass extends ContentCleanser
throw new ContentIOException("Unable to write to file: " + file);
}
// Overwite file
//Overwite file
overwrite(file, overwriteOnes);
overwrite(file, overwriteZeros);
overwrite(file, overwriteRandom);