Fix formatting issue pointed out in #1370

This commit is contained in:
md_5 2015-02-14 18:21:24 +11:00
parent 7c1f232e85
commit 3e26eecd4e

View File

@ -8,7 +8,7 @@ public class EventPriorityTest
{ {
private final EventBus bus = new EventBus(); private final EventBus bus = new EventBus();
private final CountDownLatch latch = new CountDownLatch( 7); private final CountDownLatch latch = new CountDownLatch( 7 );
@Test @Test
public void testPriority() public void testPriority()