From e5a8c0f53706555c6d0406e84b7de04c19292e29 Mon Sep 17 00:00:00 2001 From: lee Date: Thu, 3 Oct 2019 17:21:25 +0100 Subject: [PATCH] fix listforeachif readme removing new line --- subjects/listforeachif.en.md | 1 - 1 file changed, 1 deletion(-) diff --git a/subjects/listforeachif.en.md b/subjects/listforeachif.en.md index e1d0f163..3f2e67fd 100644 --- a/subjects/listforeachif.en.md +++ b/subjects/listforeachif.en.md @@ -102,7 +102,6 @@ func main() { PrintList(link) - fmt.Println() fmt.Println("--------function applied--------") piscine.ListForEachIf(link, PrintElem, piscine.IsPositive_node)