Skip to content

Commit a510e7f

Browse files
committed
DPL: fix Codacy reported issue
1 parent 2a8851b commit a510e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/GraphvizHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace framework
2020

2121
namespace
2222
{
23-
std::string quote(std::string s) { return R"(")" + s + R"(")"; }
23+
std::string quote(std::string const& s) { return R"(")" + s + R"(")"; }
2424
} // namespace
2525

2626
/// Helper to dump a workflow as a graphviz file

0 commit comments

Comments
 (0)