From 990bec0460bb69849d65470e839fd1587a6d80b6 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sun, 29 Aug 2021 12:27:33 +0000 Subject: [PATCH] Fix whitespace --- .prospector.yml | 2 +- scripts/package/win-package-appx.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.prospector.yml b/.prospector.yml index d74e773756..5544f40fc3 100644 --- a/.prospector.yml +++ b/.prospector.yml @@ -27,4 +27,4 @@ pyflakes: - F841 # Ignore syntax errors as reported by PyFlakes since on Codacy this does # not support Python 3 syntax. - # - F999 \ No newline at end of file + # - F999 diff --git a/scripts/package/win-package-appx.ps1 b/scripts/package/win-package-appx.ps1 index 93c8be9b23..17358a8e07 100644 --- a/scripts/package/win-package-appx.ps1 +++ b/scripts/package/win-package-appx.ps1 @@ -66,7 +66,7 @@ MakeAppx pack /o /h SHA256 /d $PackageDir /p $PackageFile ThrowOnExeError "MakeAppx failed" # Sign package -If ($CertificateFile) { +If ($CertificateFile) { SignTool sign /fd SHA256 /f "$CertificateFile" /p "$CertificatePassword" $PackageFile ThrowOnExeError "SignTool failed" } ElseIf ($Certificate) {