Whitespace.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 9 Aug 2014 12:23:23 +0000 (14:23 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 9 Aug 2014 12:23:23 +0000 (14:23 +0200)
src/test/java/net/pterodactylus/sone/core/WebOfTrustUpdaterTest.java

index a493923..aa810ee 100644 (file)
@@ -408,7 +408,7 @@ public class WebOfTrustUpdaterTest {
 
        @Test
        public void setTrustSetsTrust() throws InterruptedException, PluginException {
-               final CountDownLatch trustSetTrigger =new CountDownLatch(1);
+               final CountDownLatch trustSetTrigger = new CountDownLatch(1);
                doAnswer(new Answer<Void>() {
                        @Override
                        public Void answer(InvocationOnMock invocation) throws Throwable {