fix indentation checkstyle errors
[bgpcep.git] / pcep / impl / src / test / java / org / opendaylight / protocol / pcep / impl / PCEPDispatcherImplTest.java
index d9a245583b77a29a2e60a380851deaf1c57e9f58..348ba9346e4aef2bb10efd4f7dd82d006969e89b 100755 (executable)
@@ -222,9 +222,7 @@ public class PCEPDispatcherImplTest {
             return createClient(address, retryTimer, connectTimeout, (ch, promise) -> {
                 ch.pipeline().addLast(this.factory.getDecoders());
                 ch.pipeline().addLast("negotiator", this.negotiatorFactory.getSessionNegotiator(
-                        () -> listenerFactory,
-                        ch,
-                        promise));
+                    () -> listenerFactory, ch, promise));
                 ch.pipeline().addLast(this.factory.getEncoders());
             });
         }
@@ -261,4 +259,4 @@ public class PCEPDispatcherImplTest {
         }
     }
 
-}
\ No newline at end of file
+}