diff --git a/db/db_creation.py b/db/db_creation.py
index c6f22a348808ea05633e2945c455e56faf7dac2c..ce0ff6ddca251e48e78f647b232265abca252301 100644
--- a/db/db_creation.py
+++ b/db/db_creation.py
@@ -12,6 +12,7 @@ cursor.execute('''CREATE TABLE IF NOT EXISTS news
              (id integer primary key, title text, location text, pubyear text, pubdate text, websource text, loaddate text, content longtext)''')
 
 
+
 # Insert a row of data
 #cursor.execute("INSERT INTO stocks VALUES ('2006-01-05','BUY','RHAT',100,35.14)")