JAL-2189 format tests
[jalview.git] / test / jalview / util / ArrayUtilsTest.java
index 5a2674a..2580cab 100644 (file)
@@ -8,8 +8,9 @@ import org.testng.annotations.Test;
 
 public class ArrayUtilsTest
 {
-  @Test(groups="Functional")
-  public void testReverseIntArray() {
+  @Test(groups = "Functional")
+  public void testReverseIntArray()
+  {
 
     // null value: should be no exception
     ArrayUtils.reverseIntArray((int[]) null);