From 65f302e578fbdd7ce26409498c2933dc47ab1799 Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Tue, 30 Aug 2022 11:56:26 +0100 Subject: [PATCH] style: formatting --- subjects/loafofbread/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/loafofbread/README.md b/subjects/loafofbread/README.md index c289610d..8cc12e42 100644 --- a/subjects/loafofbread/README.md +++ b/subjects/loafofbread/README.md @@ -11,6 +11,7 @@ Write a function `LoafOfBread()` that takes a string and returns another one wit ```go func LoafOfBread(str string) string { + } ``` @@ -35,6 +36,6 @@ And its output: ```go $ go run . | cat -e delic ousbr ad$ -Thisi aloaf fbrea$ +Thisi aloaf ofbre d$ Invalid Output$ ```