JAL-1551 spotless
[jalview.git] / src / jalview / io / BackupFiles.java
index bec584f..c67c307 100644 (file)
@@ -234,7 +234,8 @@ public class BackupFiles
     classInit();
     if (file.getParentFile() == null)
     {
-      // filename probably in pwd represented with no parent -- fix it before it's a problem
+      // filename probably in pwd represented with no parent -- fix it before
+      // it's a problem
       file = file.getAbsoluteFile();
     }
     this.file = file;