Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Jan 29, 2024
1 parent af91653 commit 298b105
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/integration/twoProcsSrvCallWithoutOutput.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 298b105

Please sign in to comment.