Skip to content

Commit bff4f75

Browse files
committed
Formatting changes parser_urdf_TEST.cc
Signed-off-by: Aditya Agrawal <[email protected]> Signed-off-by: Aditya Agrawal <[email protected]>
1 parent ff06de3 commit bff4f75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/parser_urdf_TEST.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,16 +2504,16 @@ TEST(URDFParser, ParseGazeboRefDoesntExistWarningMessage)
25042504
sdf::ParserConfig config;
25052505
parser.InitModelString(str, config, &sdfResult);
25062506

2507-
EXPECT_PRED2(sdf::testing::contains, buffer.str(),
2507+
EXPECT_PRED2(sdf::testing::contains, buffer.str(),
25082508
"<gazebo> tag with reference[" << _linkName << "] does not exist"
25092509
" in the URDF model. Please ensure that the reference attribute"
25102510
" matches the name of a link.");
25112511
}
25122512

2513-
/* TODO(aagrawal05): Similar tests for -
2513+
/* TODO(aagrawal05): Similar tests for -
25142514
InsertSDFExtensionCollision,
25152515
InsertSDFExtensionRobot,
2516-
InsertSDFExtensionVisual,
2516+
InsertSDFExtensionVisual,
25172517
InsertSDFExtensionJoint */
25182518
}
25192519

0 commit comments

Comments
 (0)