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