keep it as close with archy.js as possible...
[jalview.git] / forester / java / src / org / forester / surfacing / PrintableSpeciesSpecificDcData.java
index be2fcc7..56d0239 100644 (file)
@@ -129,7 +129,7 @@ class PrintableSpeciesSpecificDcData implements SpeciesSpecificDcData {
                 sb.append( " " );
                 if ( html ) {
                     sb.append( "<a href=\"" + SurfacingConstants.PFAM_FAMILY_ID_LINK + domain_id + "\">" + domain_id
-                            + "</a>" );
+                               + "</a>" );
                 }
                 else {
                     sb.append( domain_id );