From ee7cdc66b31673c0fb02de0ce732812f855e69e8 Mon Sep 17 00:00:00 2001 From: Koalab99 <60042855+Koalab99@users.noreply.github.com> Date: Thu, 27 Aug 2020 19:51:19 +0200 Subject: chore: Removed extra whitespaces Co-authored-by: Corentin ARNOULD --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.ps1') diff --git a/install.ps1 b/install.ps1 index 6504e69..f7472ad 100644 --- a/install.ps1 +++ b/install.ps1 @@ -35,7 +35,7 @@ if (Get-Command cargo -ErrorAction SilentlyContinue) { function vercomp($v1, $v2) { if ($v1 -eq $v2) { return 0 - } + } $v1 = $v1.Replace(".", "0") $v2 = $v2.Replace(".", "0") -- cgit v1.2.3