JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / datamodel / features / SequenceFeatures.java
index ed4474e..6adb93e 100644 (file)
@@ -88,7 +88,8 @@ public class SequenceFeatures implements SequenceFeaturesI
     String type = sf.getType();
     if (type == null)
     {
-      jalview.bin.Console.errPrintln("Feature type may not be null: " + sf.toString());
+      jalview.bin.Console
+              .errPrintln("Feature type may not be null: " + sf.toString());
       return false;
     }