JAL-4217 close internal frame on the swing thread to avoid deadlock
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 93a2456..e99563b 100755 (executable)
@@ -623,5 +623,4 @@ public interface AlignmentI extends AnnotatedCollectionI
    */
   public HiddenColumns propagateInsertions(SequenceI profileseq,
           AlignmentView input);
-
 }