Fix whitespace

This commit is contained in:
a1346054
2021-08-29 12:27:33 +00:00
committed by Philipp Wolfer
parent f086f61575
commit 990bec0460
2 changed files with 2 additions and 2 deletions

View File

@@ -27,4 +27,4 @@ pyflakes:
- F841
# Ignore syntax errors as reported by PyFlakes since on Codacy this does
# not support Python 3 syntax.
# - F999
# - F999

View File

@@ -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) {