From 763ac498364ecd6b9ac6240d70c57ccccca62849 Mon Sep 17 00:00:00 2001 From: Rob Reynolds Date: Thu, 4 Jun 2015 10:07:21 -0500 Subject: [PATCH] (maint) formatting --- .../infrastructure.app/services/AutomaticUninstallerService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chocolatey/infrastructure.app/services/AutomaticUninstallerService.cs b/src/chocolatey/infrastructure.app/services/AutomaticUninstallerService.cs index 638b953869..be16b913af 100644 --- a/src/chocolatey/infrastructure.app/services/AutomaticUninstallerService.cs +++ b/src/chocolatey/infrastructure.app/services/AutomaticUninstallerService.cs @@ -119,7 +119,7 @@ public void run(PackageResult packageResult, ChocolateyConfiguration config) if (key.InstallerType == InstallerType.Msi) { - //because sometimes the key is set with /i to allow for modify :/ + // because sometimes the key is set with /i to allow for modify :/ uninstallArgs = uninstallArgs.Replace("/I{", "/X{"); uninstallArgs = uninstallArgs.Replace("/i{", "/X{"); uninstallArgs = uninstallArgs.Replace("/I ", "/X ");