From 065f62a25ae5b74bd43331a4cbfe35621e23289d Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Tue, 22 May 2018 09:31:28 -0600 Subject: [PATCH] whitespace cleanup --- .../autopsy/commonfilesearch/FileInstanceMetadata.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/FileInstanceMetadata.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/FileInstanceMetadata.java index 0e53cc6992..369e6841c2 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/FileInstanceMetadata.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/FileInstanceMetadata.java @@ -51,6 +51,5 @@ final public class FileInstanceMetadata { */ public String getDataSourceName(){ return this.dataSourceName; - } - + } }