JAL-1551 formatting
authorJim Procter <j.procter@dundee.ac.uk>
Mon, 17 Oct 2022 11:19:34 +0000 (12:19 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Mon, 17 Oct 2022 11:19:34 +0000 (12:19 +0100)
src/jalview/datamodel/AlignmentAnnotation.java

index 2e4a990..b6e48dc 100755 (executable)
@@ -551,12 +551,12 @@ public class AlignmentAnnotation
                       : annotations[index + offset].displayCharacter == null
                               || annotations[index
                                       + offset].displayCharacter
-                                      .length() == 0
-                                              ? annotations[index
-                                                      + offset].secondaryStructure
-                                              : annotations[index
-                                                      + offset].displayCharacter
-                                                      .charAt(0));
+                                              .length() == 0
+                                                      ? annotations[index
+                                                              + offset].secondaryStructure
+                                                      : annotations[index
+                                                              + offset].displayCharacter
+                                                                      .charAt(0));
     }
 
     @Override
@@ -809,6 +809,7 @@ public class AlignmentAnnotation
       {
         this.sequenceMapping = null;
       }
+
     }
     // TODO: check if we need to do this: JAL-952
     // if (this.isrna=annotation.isrna)