We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8851b commit a510e7fCopy full SHA for a510e7f
Framework/Core/src/GraphvizHelpers.cxx
@@ -20,7 +20,7 @@ namespace framework
20
21
namespace
22
{
23
-std::string quote(std::string s) { return R"(")" + s + R"(")"; }
+std::string quote(std::string const& s) { return R"(")" + s + R"(")"; }
24
} // namespace
25
26
/// Helper to dump a workflow as a graphviz file
0 commit comments