JAL-1517 source formatting
[jalview.git] / test / jalview / ext / paradise / TestAnnotate3D.java
index dca7bf8..6635f0d 100644 (file)
@@ -46,10 +46,11 @@ public class TestAnnotate3D
   @Test
   public void test1GIDbyId() throws Exception
   {
-    // use same ID as standard tests given at https://bitbucket.org/fjossinet/pyrna-rest-clients
+    // use same ID as standard tests given at
+    // https://bitbucket.org/fjossinet/pyrna-rest-clients
     Iterator<Reader> ids = Annotate3D.getRNAMLForPDBId("1GID");
     assertTrue("Didn't retrieve 1GID by id.", ids != null);
-    testRNAMLcontent(ids,null);
+    testRNAMLcontent(ids, null);
   }
 
   @Test
@@ -122,7 +123,8 @@ public class TestAnnotate3D
       assertTrue("No data returned by Annotate3D", sb.length() > 0);
       AlignmentI al = new FormatAdapter().readFile(sb.toString(),
               FormatAdapter.PASTE, "RNAML");
-      if (al==null || al.getHeight()==0) {
+      if (al == null || al.getHeight() == 0)
+      {
         System.out.println(sb.toString());
       }
       assertTrue("No alignment returned.", al != null);