docs(loafofbread): indentation fix

This commit is contained in:
Tiago Collot 2022-10-17 14:27:38 +01:00
parent aacf91b934
commit 087a16d8ba
1 changed files with 6 additions and 5 deletions

View File

@ -32,6 +32,7 @@ func main() {
fmt.Print(piscine.LoafOfBread("This is a loaf of bread")) fmt.Print(piscine.LoafOfBread("This is a loaf of bread"))
fmt.Print(piscine.LoafOfBread("loaf")) fmt.Print(piscine.LoafOfBread("loaf"))
} }
``` ```
And its output: And its output: