Skip to content
Snippets Groups Projects
Commit 3ad776f3 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: no std::endl should be added here

parent 82cc1ec7
Branches
Tags
No related merge requests found
......@@ -449,7 +449,7 @@ ParameterGroup::GetParameterByKey(std::string name)
++it;
if (it != splittedName.end())
{
childNameOss << "." << std::endl;
childNameOss << ".";
}
}
std::string childName = childNameOss.str();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment