From c9ee2ca990ec1507ac01275e47df1791b5c4c7e1 Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Thu, 25 Aug 2022 16:57:03 +0100 Subject: [PATCH] style(piscine-go): fix white-space --- subjects/jumpover/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/jumpover/README.md b/subjects/jumpover/README.md index 80f8c95f..df1b6891 100644 --- a/subjects/jumpover/README.md +++ b/subjects/jumpover/README.md @@ -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