JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / io / RNAMLfileTest.java
index ae72de4..65cea6f 100644 (file)
@@ -51,9 +51,9 @@ public class RNAMLfileTest
   @Test(groups = { "Functional" })
   public void testRnamlToStockholmIO()
   {
-    StockholmFileTest.testFileIOwithFormat(new File(
-            "examples/testdata/rna-alignment.xml"), FileFormat.Stockholm,
-            -1, -1, true, true, true);
+    StockholmFileTest.testFileIOwithFormat(
+            new File("examples/testdata/rna-alignment.xml"),
+            FileFormat.Stockholm, -1, -1, true, true, true);
 
   }