formatting
[jalview.git] / src / jalview / schemes / RNAHelicesColour.java
index bfb760e..4416bfd 100644 (file)
@@ -66,7 +66,8 @@ public class RNAHelicesColour extends ResidueColourScheme
 
   public void refresh()
   {
-    if (lastrefresh != annotation._rnasecstr.hashCode() && annotation.isValidStruc())
+    if (lastrefresh != annotation._rnasecstr.hashCode()
+            && annotation.isValidStruc())
     {
       annotation.getRNAStruc();
       lastrefresh = annotation._rnasecstr.hashCode();