chore: Removed extra whitespaces

Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com>
This commit is contained in:
Koalab99
2020-08-27 19:51:19 +02:00
committed by GitHub
parent 9699da4968
commit ee7cdc66b3
7 changed files with 25 additions and 25 deletions

View File

@@ -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")