JAL-2189 source formatting
[jalview.git] / src / jalview / io / gff / SequenceOntologyLite.java
index d46dcbe..206c28d 100644 (file)
@@ -112,7 +112,8 @@ public class SequenceOntologyLite implements SequenceOntologyI
   private void loadStaticData()
   {
     parents = new HashMap<String, List<String>>();
-    for (String [] pair : TERMS) {
+    for (String[] pair : TERMS)
+    {
       List<String> p = parents.get(pair[0]);
       if (p == null)
       {