JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / io / gff / GffHelperBase.java
index 3db1755..22386d4 100644 (file)
@@ -381,7 +381,8 @@ public abstract class GffHelperBase implements GffHelperI
    * @return
    */
   protected SequenceFeature buildSequenceFeature(String[] gff,
-          int typeColumn, String group, Map<String, List<String>> attributes)
+          int typeColumn, String group,
+          Map<String, List<String>> attributes)
   {
     try
     {