Whitespace fixes

This commit is contained in:
Alex Pyrgiotis 2025-01-13 15:41:52 +02:00
parent 23f3ad1f46
commit aaa140629c
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 3 additions and 3 deletions

View file

@ -487,9 +487,9 @@ Install the WiX UI extension. You may need to open a new terminal in order to us
wix extension add --global WixToolset.UI.wixext/5.x.y wix extension add --global WixToolset.UI.wixext/5.x.y
``` ```
> [!IMPORTANT] > [!IMPORTANT]
> To avoid compatibility issues, ensure the WiX UI extension version matches the version of the WiX Toolset. > To avoid compatibility issues, ensure the WiX UI extension version matches the version of the WiX Toolset.
> >
> Run `wix --version` to check the version of WiX Toolset you have installed and replace `5.x.y` with the full version number without the Git revision. > Run `wix --version` to check the version of WiX Toolset you have installed and replace `5.x.y` with the full version number without the Git revision.
### If you want to sign binaries with Authenticode ### If you want to sign binaries with Authenticode

View file

@ -19,7 +19,7 @@ lint: ## Check the code for linting, formatting, and typing issues with ruff and
.PHONY: fix .PHONY: fix
fix: ## apply all the suggestions from ruff fix: ## apply all the suggestions from ruff
ruff check --fix ruff check --fix
ruff format ruff format
.PHONY: test .PHONY: test
test: test: