JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / io / HtmlFile.java
index dc14cc0..06c2717 100644 (file)
@@ -103,8 +103,7 @@ public class HtmlFile extends AlignFile implements ComplexAlignFile
         throw new IOException(errormessage);
       }
       JSONFile jsonFile = new JSONFile().parse(new StringReader(
-              contentFromDiv ? content.text() : content
-              .val()));
+              contentFromDiv ? content.text() : content.val()));
       this.seqs = jsonFile.getSeqs();
       this.seqGroups = jsonFile.getSeqGroups();
       this.annotations = jsonFile.getAnnotations();
@@ -119,7 +118,6 @@ public class HtmlFile extends AlignFile implements ComplexAlignFile
     }
   }
 
-
   @Override
   public String print()
   {