From 9bd9608e2d1a9f1dab3a395e8cffed6dd2621722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:30:35 +0200 Subject: [PATCH] chore: trim spaces --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index c05cda1e..e726a8cb 100644 --- a/build.ps1 +++ b/build.ps1 @@ -223,7 +223,7 @@ if($target -eq "publish") { if($lastExitCode -ne 0) { $publishFailed = 1 } - } + } } } else { foreach($b in $builds.Keys) {