1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-11 00:46:09 +02:00

Fix comment position

This commit is contained in:
Colin Pitrat 2019-03-20 11:21:15 +00:00 committed by GitHub
parent fd4eda8bda
commit f07703eb7a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,11 +53,11 @@ function vercomp() {
then
v1[$i]=0
fi
# And in v2
if [ -z "${v2[$i]}" ]
then
v2[$i]=0
fi
# And in v2
if [ ${v1[$i]} -gt ${v2[$i]} ]
then
return 1