JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / gui / AppVarnaBinding.java
index 7430856..5cfe72a 100644 (file)
@@ -289,8 +289,9 @@ public class AppVarnaBinding extends JalviewVarnaBinding
                         name += " (Model " + mn++ + ")";
                       }
                       _rnaList.add(varnaPanel.getConfig().clone(), r, name,
-                              true); 
-                      // BH 2018 SwingJS clone of varnaPanel or its config will be the object itself, not a clone
+                              true);
+                      // BH 2018 SwingJS clone of varnaPanel or its config will
+                      // be the object itself, not a clone
                     }
                   }
                 }
@@ -546,7 +547,8 @@ public class AppVarnaBinding extends JalviewVarnaBinding
    */
   public void addStructure(RNA rna)
   {
-    VARNAConfig config = vp.getConfig().clone(); // BH 2018 this will NOT be a clone in SwingJS
+    VARNAConfig config = vp.getConfig().clone(); // BH 2018 this will NOT be a
+                                                 // clone in SwingJS
     addStructure(rna, config);
   }