Fix formatting issue pointed out in #1370
This commit is contained in:
parent
7c1f232e85
commit
3e26eecd4e
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user