move return outside of using

This commit is contained in:
2023-06-28 00:48:14 +02:00
parent be8180a60d
commit 2b4019d7cf

View File

@ -183,8 +183,8 @@ public class ChksumUtils {
Console.WriteLine($"\tto \t{pathtofile}\n");
wasMoved = true;
}
return wasMoved;
}
return wasMoved;
}
public void checkIfFileWasDeleted() {