Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fang authored and alex-fang committed Dec 21, 2023
1 parent 9476e52 commit 984c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/D2L.Bmx/UpdateHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private static string GetOSFileName() {
public static void Cleanup() {
if( Directory.Exists( BmxPaths.OLD_BMX_VERSIONS_PATH ) ) {
try {
Directory.Delete( BmxPaths.OLD_BMX_VERSIONS_PATH,true );
Directory.Delete( BmxPaths.OLD_BMX_VERSIONS_PATH, true );
} catch( Exception ) {
Console.Error.WriteLine( "WARNING: Failed to delete old version files" );
}
Expand Down

0 comments on commit 984c32e

Please sign in to comment.