Skip to content

Commit

Permalink
Address reviewer feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 28, 2023
1 parent ea0361c commit 1c3d4b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/cmdtransport.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Cmd
conf_version = LIBRARY_VERSION
exe_version = `#{exe_name} --version`.strip


# Sanity check: Verify that the version of the yaml file matches the version
# of the library that we are using.
unless exe_version.eql? conf_version
Expand Down
2 changes: 2 additions & 0 deletions test/integration/twoProcsSrvCall.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

#include <chrono>
#include <cstdlib>
#include <memory>
#include <string>
#include <vector>

#include "gz/transport/Node.hh"
#include "gz/transport/TopicUtils.hh"
Expand Down
2 changes: 2 additions & 0 deletions test/integration/twoProcsSrvCallWithoutInput.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

#include <chrono>
#include <cstdlib>
#include <memory>
#include <string>
#include <vector>

#include "gz/transport/Node.hh"
#include "gz/transport/TopicUtils.hh"
Expand Down
2 changes: 2 additions & 0 deletions test/integration/twoProcsSrvCallWithoutOutput.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@

#include <chrono>
#include <cstdlib>
#include <memory>
#include <string>
#include <vector>

#include "gz/transport/Node.hh"
#include "gz/transport/TopicUtils.hh"
Expand Down

0 comments on commit 1c3d4b8

Please sign in to comment.