This commit is contained in:
memoryleak47 2018-04-05 04:13:14 +02:00
parent ab28118449
commit d9508ba99d

View file

@ -41,7 +41,7 @@ fn main() {
}
}
// Collaspe `else { if .. }` to `else if ..`
// Collapse `else { if .. }` to `else if ..`
if x == "hello" {
print!("Hello ");
} else {