Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Kamat <[email protected]>
  • Loading branch information
sauk2 committed Jan 9, 2025
1 parent 3755e3b commit 50991f3
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 @@ -1066,7 +1066,8 @@ TEST(describe, SDF)
{
// Get the description
std::string output =
custom_exec_str(GzCommand() + " sdf -d " + SDF_PROTOCOL_VERSION + SdfVersion());
custom_exec_str(GzCommand() + " sdf -d " +
SDF_PROTOCOL_VERSION + SdfVersion());
EXPECT_FALSE(output.empty());

// The first line should start with the following text.
Expand Down

0 comments on commit 50991f3

Please sign in to comment.