JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / io / ClustalFileTest.java
index 1da2c75..e7a80f4 100644 (file)
@@ -11,7 +11,7 @@ import org.testng.annotations.Test;
 
 public class ClustalFileTest
 {
-  @Test(groups="Functional")
+  @Test(groups = "Functional")
   public void testParse_withNumbering() throws IOException
   {
     //@formatter:off
@@ -39,7 +39,7 @@ public class ClustalFileTest
     assertTrue(seqs[0].getSequenceAsString().endsWith("ASYKVKLI"));
   }
 
-  @Test(groups="Functional")
+  @Test(groups = "Functional")
   public void testParse_noNumbering() throws IOException
   {
     //@formatter:off