Merge branch 'develop' into releases/Release_2_11_2_Branch
[jalview.git] / test / jalview / fts / service / pdb / PDBFTSRestClientTest.java
index b91466b..355eae5 100644 (file)
@@ -736,10 +736,10 @@ public class PDBFTSRestClientTest
               new String[]
               { readJsonStringFromFile(
                       "test/jalview/fts/threedbeacons/p01308_pdbfts_query.txt")
-                      .trim(),
+                              .trim(),
                   readJsonStringFromFile(
                           "test/jalview/fts/threedbeacons/p01308_pdbfts_resp.txt")
-                          .trim() });
+                                  .trim() });
       for (int i = 1; i < 5; i++)
       {
         mocks.add(
@@ -747,12 +747,10 @@ public class PDBFTSRestClientTest
                 new String[]
                 { readJsonStringFromFile(
                         "test/jalview/fts/threedbeacons/p0dtd1_pdbfts_fts_query_pt"
-                                + i + ".txt")
-                        .trim(),
+                                + i + ".txt").trim(),
                     readJsonStringFromFile(
                             "test/jalview/fts/threedbeacons/p0dtd1_pdbfts_fts_query_pt"
-                                    + i + "_resp.txt")
-                            .trim() });
+                                    + i + "_resp.txt").trim() });
       }
     } catch (Throwable e)
     {