Skip to content

Commit

Permalink
(maint) formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Aug 1, 2016
1 parent 94fcbc5 commit be903e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void run(PackageResult packageResult, ChocolateyConfiguration config)

this.Log().Debug(() => " Args are '{0}'".format_with(uninstallArgs.escape_curly_braces()));

if (!key.HasQuietUninstall && installer.GetType() == typeof(CustomInstaller))
if (!key.HasQuietUninstall && installer.GetType() == typeof(CustomInstaller))
{
var skipUninstaller = true;

Expand Down

0 comments on commit be903e4

Please sign in to comment.