Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 authored and phw committed Aug 29, 2021
1 parent f086f61 commit 990bec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/package/win-package-appx.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 990bec0

Please sign in to comment.