JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 4359877..26b7d48 100644 (file)
@@ -514,7 +514,8 @@ public class StructureSelectionManager
           resNum = tmp.resNumber;
           if (tmp.alignmentMapping >= -1)
           {
-            // TODO (JAL-1836) address root cause: negative residue no in PDB file
+            // TODO (JAL-1836) address root cause: negative residue no in PDB
+            // file
             mapping[tmp.alignmentMapping + 1][0] = tmp.resNumber;
             mapping[tmp.alignmentMapping + 1][1] = tmp.atomIndex;
           }
@@ -719,7 +720,7 @@ public class StructureSelectionManager
               {
                 results = MappingUtils.buildSearchResults(seq, index,
                         seqmappings);
-               }
+              }
               if (handlingVamsasMo)
               {
                 results.addResult(seq, index, index);