Checkstyle: fix ParenPad violations
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / DataChangeListenerProxyTest.java
index 29917544e853ef6cd79267ad4af592d6137814f8..d5416a0d5be8944c51b1dc382f7091691cf3032d 100644 (file)
@@ -53,7 +53,7 @@ public class DataChangeListenerProxyTest extends AbstractActorTest {
         @Override
         public Set<YangInstanceIdentifier> getRemovedPaths() {
             Set<YangInstanceIdentifier> ids = new HashSet<>();
-            ids.add( CompositeModel.TEST_PATH);
+            ids.add(CompositeModel.TEST_PATH);
             return ids;
         }