JAL-1645 source formatting and organise imports
[jalview.git] / test / jalview / io / IdentifyFileTest.java
index 233358f..85410d1 100644 (file)
@@ -4,10 +4,10 @@ import org.testng.Assert;
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 
-public class IdentifyFileTest {
+public class IdentifyFileTest
+{
 
-  @Test(groups =
-  { "Functional" }, dataProvider = "identifyFiles")
+  @Test(groups = { "Functional" }, dataProvider = "identifyFiles")
   public void Identify(String data, String expectedFileType)
   {
     String protocol = AppletFormatAdapter.FILE;
@@ -20,8 +20,7 @@ public class IdentifyFileTest {
   @DataProvider(name = "identifyFiles")
   public Object[][] IdentifyFileDP()
   {
-    return new Object[][]
-    {
+    return new Object[][] {
         { "examples/example.json", "JSON" },
         { "examples/plantfdx.fa", "FASTA" },
         { "examples/dna_interleaved.phy", "PHYLIP" },