Apply formatting
[proteocache.git] / engine / compbio / engine / archive / ArchivedJob.java
index 08ec64b..a07d77d 100644 (file)
@@ -44,7 +44,7 @@ public class ArchivedJob {
                }
                if (Files.isReadable(Paths.get(thefile))) {
                        Files.copy(Paths.get(thefile), Paths.get(finalpath));
-                       return  resultpath + '/' + jobfilename;
+                       return resultpath + '/' + jobfilename;
                }
                return null;
        }