Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 27, 2024
1 parent 16df13d commit 39df344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/windows/modules/packages/msix.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ def start(self, path):
args = f"-NoProfile -ExecutionPolicy bypass {os.getcwd()}\data\msix.ps1 {path}"
# now we need to get app id and launch it

return self.execute(powershell, args, powershell)
return self.execute(powershell, args, powershell)

0 comments on commit 39df344

Please sign in to comment.