Skip to content

Commit

Permalink
fixup! lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed Feb 11, 2021
1 parent 6a20ec6 commit 3be445e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/unknown.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ TEST(UnrecognizedElements, OldElementsInNewSchemas)
{
// This should be valid in 1.6, but not in 1.8 (do to usage of
// `use_parent_model_frame`).
auto make_model_xml_string = [](std::string version) {
auto make_model_xml_string = [](std::string version)
{
return R"(
<?xml version="1.0" ?>
<sdf version=")" + version + R"(">
Expand Down

0 comments on commit 3be445e

Please sign in to comment.