move return outside of using

This commit is contained in:
AustrianToast 2023-06-28 00:48:14 +02:00
parent be8180a60d
commit 2b4019d7cf
No known key found for this signature in database
GPG Key ID: 5CD422268E489EB4

View File

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