From 02f2367eb09e84965bddeb7ebe3ef1ed88a447da Mon Sep 17 00:00:00 2001 From: momo Date: Fri, 20 Nov 2015 15:45:13 -0500 Subject: [PATCH] remove white space --- test/script/tskdbdiff.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/script/tskdbdiff.py b/test/script/tskdbdiff.py index 54236cea62..99acf3ac14 100755 --- a/test/script/tskdbdiff.py +++ b/test/script/tskdbdiff.py @@ -385,9 +385,6 @@ def getAssociatedArtifactType(db_file, artifact_id): info = cur.fetchone() return "File path: " + info[0] + " Artifact Type: " + info[1] - - - def build_id_table(artifact_cursor): """Build the map of object ids to file paths.