JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / fts / service / pdb / PDBFTSPanel.java
index 2dd0f8c..33c1b6c 100644 (file)
@@ -125,7 +125,8 @@ public class PDBFTSPanel extends GFTSPanel
 
           if (isPaginationEnabled() && resultSetCount > 0)
           {
-            String f1 = totalNumberformatter.format(Integer.valueOf(offSet + 1));
+            String f1 = totalNumberformatter
+                    .format(Integer.valueOf(offSet + 1));
             String f2 = totalNumberformatter
                     .format(Integer.valueOf(offSet + resultSetCount));
             String f3 = totalNumberformatter
@@ -300,5 +301,5 @@ public class PDBFTSPanel extends GFTSPanel
     {
       e1.printStackTrace();
     }
- }
+  }
 }
\ No newline at end of file