JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / gui / JvSwingUtils.java
index 2cba586..052c314 100644 (file)
@@ -86,9 +86,9 @@ public final class JvSwingUtils
       return enclose ? "<html>" + ttext + "</html>" : ttext;
     }
 
-      return (enclose ? "<html>" : "")
-              + "<style> p.ttip {width: 350; text-align: justify; word-wrap: break-word;}</style><p class=\"ttip\">"
-              + ttext + "</p>" + ((enclose ? "</html>" : ""));
+    return (enclose ? "<html>" : "")
+            + "<style> p.ttip {width: 350; text-align: justify; word-wrap: break-word;}</style><p class=\"ttip\">"
+            + ttext + "</p>" + ((enclose ? "</html>" : ""));
 
   }