diff --git a/Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt b/Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt
index a51bd8eeef1659312af9fac9cee8abf151515f13..aadbb1a21791368f84cfae610140b455e2c404cb 100644
--- a/Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt	
+++ b/Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt	
@@ -1,5 +1,3 @@
-
-
 Create a class "Element", which (as public) contains the following data members an integer variable called "Value" and a pointer called "Next", which is of the same data type as the class.
 
 Create an object in the main that has the value NULL at the beginning.