Merge branch 'develop' into Release_2_9_0b1_Branch
[jalview.git] / test / jalview / io / FeaturesFileTest.java
index f56cd51..520d1bb 100644 (file)
@@ -38,8 +38,7 @@ import org.testng.annotations.Test;
 public class FeaturesFileTest
 {
 
-  static String TestFiles[][] = {
- { "Test example features import/export",
+  static String TestFiles[][] = { { "Test example features import/export",
       "examples/uniref50.fa", "examples/exampleFeatures.txt" } };
 
   @Test(groups = { "Functional" })