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-----