From 298b1050369ea6f968d1f48f4ae50472f3bdac58 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Mon, 29 Jan 2024 15:58:16 +0000 Subject: [PATCH] Lint Signed-off-by: Michael Carroll --- test/integration/twoProcsSrvCallWithoutOutput.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/integration/twoProcsSrvCallWithoutOutput.cc b/test/integration/twoProcsSrvCallWithoutOutput.cc index 01b3b3ec..2f201b8b 100644 --- a/test/integration/twoProcsSrvCallWithoutOutput.cc +++ b/test/integration/twoProcsSrvCallWithoutOutput.cc @@ -84,7 +84,8 @@ TEST_F(twoProcSrvCallWithoutOutput, SrvRequestWrongReq) /// getting the list of available services. TEST_F(twoProcSrvCallWithoutOutput, ServiceList) { - this->SpawnSubprocess({test_executables::kTwoProcsSrvCallWithoutOutputReplier}); + this->SpawnSubprocess({ + test_executables::kTwoProcsSrvCallWithoutOutputReplier}); reset(); transport::Node node; @@ -127,7 +128,8 @@ TEST_F(twoProcSrvCallWithoutOutput, ServiceList) /// getting information about the service. TEST_F(twoProcSrvCallWithoutOutput, ServiceInfo) { - this->SpawnSubprocess({test_executables::kTwoProcsSrvCallWithoutOutputReplier}); + this->SpawnSubprocess({ + test_executables::kTwoProcsSrvCallWithoutOutputReplier}); reset(); transport::Node node;