Realign a wrong indentation. (#28425)

This commit is contained in:
seanjs
2019-01-19 19:11:32 -05:00
committed by Tom
parent 2782e547f7
commit 8f7f79a1bf

View File

@ -80,7 +80,7 @@ func duplicate(s string) (first, second string) {
}
func main() {
fmt.Println(split("Hello world!")) // ("Hello world!", "Hello world!")
fmt.Println(split("Hello world!")) // ("Hello world!", "Hello world!")
}
```