diff options
| author | Koalab99 <60042855+Koalab99@users.noreply.github.com> | 2020-08-27 19:51:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 19:51:19 +0200 |
| commit | ee7cdc66b31673c0fb02de0ce732812f855e69e8 (patch) | |
| tree | e2a2d62805e0517060c9a8beec4297259a40a487 /install.ps1 | |
| parent | 9699da4968b19ab8925890b81169664fa7699ce5 (diff) | |
chore: Removed extra whitespaces
Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com>
Diffstat (limited to 'install.ps1')
| -rw-r--r-- | install.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
