Realign a wrong indentation. (#28425)
This commit is contained in:
@ -80,7 +80,7 @@ func duplicate(s string) (first, second string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println(split("Hello world!")) // ("Hello world!", "Hello world!")
|
fmt.Println(split("Hello world!")) // ("Hello world!", "Hello world!")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user