Merge branch 'develop' into update_212_Dec_merge_with_21125_chamges
[jalview.git] / test / jalview / gui / JvSwingUtilsTest.java
index 214a3ad..b185f53 100644 (file)
@@ -86,7 +86,6 @@ public class JvSwingUtilsTest
             JvSwingUtils.wrapTooltip(true, tip));
 
     tip = "0123456789012345678901234567890123456789012345678901234567890"; // 61
-
     // n/a -- message is too long for "false"
 //  
 //    assertFalse(tip.equals(JvSwingUtils.wrapTooltip(false, tip)));