Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Feb 28, 2023
1 parent 1e8c37a commit 26eef7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gz_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ TEST(CmdLine, GazeboServer)
/////////////////////////////////////////////////
TEST(CmdLine, SimtimeArgument)
{
std::string cmd = kGzCommand + " -r -v 4 --iterations 100 --initial-sim-time 1000.5 " +
std::string cmd =
kGzCommand + " -r -v 4 --iterations 100 --initial-sim-time 1000.5 " +
std::string(PROJECT_SOURCE_PATH) + "/test/worlds/plugins.sdf";

std::cout << "Running command [" << cmd << "]" << std::endl;
Expand Down

0 comments on commit 26eef7b

Please sign in to comment.