JAL-2844 partitioning code made slightly clearer
[jalview.git] / forester / java / src / org / forester / go / BasicGoSubset.java
index 420f01b..8dd8f64 100644 (file)
@@ -82,7 +82,7 @@ public class BasicGoSubset implements GoSubset {
         }
         else if ( o.getClass() != this.getClass() ) {
             throw new IllegalArgumentException( "attempt to check go subset equality to " + o + " [" + o.getClass()
-                    + "]" );
+                                                + "]" );
         }
         else {
             return ( getType() == ( ( GoSubset ) o ).getType() );