From 876a35b84221371731b0db8ce299655a7c3aa831 Mon Sep 17 00:00:00 2001 From: LEEDASILVA <39002521+LEEDASILVA@users.noreply.github.com> Date: Thu, 27 Jun 2019 10:38:48 +0100 Subject: [PATCH] Update listremoveif.en.md --- subjects/listremoveif.en.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/subjects/listremoveif.en.md b/subjects/listremoveif.en.md index e0c2ca77..c02d5738 100644 --- a/subjects/listremoveif.en.md +++ b/subjects/listremoveif.en.md @@ -4,8 +4,6 @@ Write a function `ListRemoveIf` that removes all elements that are equal to the `data_ref` introduced in the argument of the function. -- In case the list is empty print the message present a new line `\n`. - ### Expected function and structure ```go @@ -87,7 +85,6 @@ student@ubuntu:~/piscine/test$ go build student@ubuntu:~/piscine/test$ ./test ------answer----- - ----normal state---- 1 -> ------answer-----