mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 23:08:34 +08:00
add a space (#438)
This commit is contained in:
@@ -25,7 +25,7 @@ if condition1 {
|
||||
// do something
|
||||
} else if condition2 {
|
||||
// do something else
|
||||
}else {
|
||||
} else {
|
||||
// catch-all or default
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user