Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
  • Loading branch information
sauk2 committed Feb 6, 2025
1 parent 4f6f9c0 commit 46cde0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmd/ModelCommandAPI_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,8 @@ TEST(ModelCommandAPI, GZ_UTILS_TEST_DISABLED_ON_MAC(RgbdCameraSensor))

//////////////////////////////////////////////////
/// \brief Check --help message and bash completion script for consistent flags
TEST(ModelCommandAPI, GZ_UTILS_TEST_DISABLED_ON_WIN32(ModelHelpVsCompletionFlags))
TEST(ModelCommandAPI,
GZ_UTILS_TEST_DISABLED_ON_WIN32(ModelHelpVsCompletionFlags))
{
// Flags in help message
std::string helpOutput = customExecStr(kGzModelCommand + " --help");
Expand Down

0 comments on commit 46cde0e

Please sign in to comment.