JAL-2418 source formatting
[jalview.git] / src / jalview / schemes / PIDColourScheme.java
index 657d6b0..fc922b9 100755 (executable)
@@ -65,8 +65,7 @@ public class PIDColourScheme extends ResidueColourScheme
     /*
      * test whether this is the consensus (or joint consensus) residue
      */
-    boolean matchesConsensus = consensusResidue.contains(
-            String.valueOf(c));
+    boolean matchesConsensus = consensusResidue.contains(String.valueOf(c));
     if (matchesConsensus)
     {
       for (int i = 0; i < thresholds.length; i++)