style(piscine-go): fix white-space

This commit is contained in:
Tiago Collot 2022-08-25 16:57:03 +01:00
parent 6eeff20876
commit c9ee2ca990
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ func JumpOver(str string) string {
### Usage
Here is a possible program to test your function :
Here is a possible program to test your function:
```go
package main
@ -32,7 +32,7 @@ func main() {
}
```
And its output :
And its output:
```go
$ go run . | cat -e