1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-29 23:51:58 +00:00

Remove semicolons

This commit is contained in:
Sophie Mori
2016-12-20 12:35:56 -05:00
parent 7aee886379
commit 4105fbbb49
3 changed files with 11 additions and 11 deletions

View File

@@ -169,4 +169,4 @@ class SampleJythonDataSourceIngestModule(DataSourceIngestModule):
"Sample Jython Data Source Ingest Module", "Found %d files" % fileCount)
IngestServices.getInstance().postMessage(message)
return IngestModule.ProcessResult.OK;
return IngestModule.ProcessResult.OK