changeset 831:a8ff35e6fb43

forgotten change
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 29 Jun 2016 17:56:52 -0400
parents 2a5856961933
children 02f2809c2f66
files python/storage.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/storage.py	Wed Jun 29 17:56:19 2016 -0400
+++ b/python/storage.py	Wed Jun 29 17:56:52 2016 -0400
@@ -66,7 +66,7 @@
 
 def insertTrajectoryQuery(tableName):
     return "INSERT INTO "+tableName+" (trajectory_id, frame_number, x_coordinate, y_coordinate) VALUES (?,?,?,?)"
-        
+
 def createIndex(connection, tableName, columnName, unique = False):
     '''Creates an index for the column in the table
     I will make querying with a condition on this column faster'''