Merge branch 'develop' into task/JAL-2196pdbeProperties
[jalview.git] / src / jalview / commands / TrimRegionCommand.java
index dc6c424..655657e 100644 (file)
@@ -68,7 +68,6 @@ public class TrimRegionCommand extends EditCommand
       setEdit(new Edit(Action.CUT, seqs, column + 1, width, al));
     }
 
-
     performEdit(0, null);
   }