Skip to content

Commit ed63daa

Browse files
committed
Fixes indentation.
1 parent 5154351 commit ed63daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/rx/subscriptions/CompositeSubscriptionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ public void testTryRemoveIfNotIn() {
340340

341341
@Test(expected = IllegalArgumentException.class)
342342
public void testAddingNullSubscriptionIllegal() {
343-
CompositeSubscription csub = new CompositeSubscription();
344-
csub.add(null);
343+
CompositeSubscription csub = new CompositeSubscription();
344+
csub.add(null);
345345
}
346346

347347
}

0 commit comments

Comments
 (0)