From cb0e214a288050d68e4e7352dba128d75d948989 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 10 Nov 2014 11:52:39 +0100 Subject: [PATCH] Polish whitespace --- src/test/java/io/bitsquare/msg/TomP2PTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/io/bitsquare/msg/TomP2PTests.java b/src/test/java/io/bitsquare/msg/TomP2PTests.java index 97bf06484a..def7c4d792 100644 --- a/src/test/java/io/bitsquare/msg/TomP2PTests.java +++ b/src/test/java/io/bitsquare/msg/TomP2PTests.java @@ -237,7 +237,7 @@ public class TomP2PTests { futureRemove.awaitUninterruptibly(); futureRemove.awaitListenersUninterruptibly(); - // We don't test futureRemove.isSuccess() as this API does not fit well to that operation, + // We don't test futureRemove.isSuccess() as this API does not fit well to that operation, // it might change in future to something like foundAndRemoved and notFound // See discussion at: https://github.com/tomp2p/TomP2P/issues/57#issuecomment-62069840