From 984c32edaf4459a7bf51264364cfb0f411d5df9e Mon Sep 17 00:00:00 2001 From: alex-fang Date: Wed, 20 Dec 2023 22:16:54 -0500 Subject: [PATCH] spacing --- src/D2L.Bmx/UpdateHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/D2L.Bmx/UpdateHandler.cs b/src/D2L.Bmx/UpdateHandler.cs index 926d5689..3760b474 100644 --- a/src/D2L.Bmx/UpdateHandler.cs +++ b/src/D2L.Bmx/UpdateHandler.cs @@ -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" ); }