add a space (#438)

This commit is contained in:
Neal Caffery
2018-03-05 16:55:09 +08:00
committed by jc
parent 3a104f2970
commit 8fb04c88f6

View File

@@ -25,7 +25,7 @@ if condition1 {
// do something
} else if condition2 {
// do something else
}else {
} else {
// catch-all or default
}
```