Revert "[clang-tidy] Replace push_back with emplace_back"
This reverts commit 897759e4dc.
This commit is contained in:
@@ -533,7 +533,7 @@ std::vector <std::string>& Hooks::buildHookScriptArgs (std::vector <std::string>
|
||||
Variant v;
|
||||
|
||||
// Hooks API version.
|
||||
args.emplace_back("api:2");
|
||||
args.push_back ("api:2");
|
||||
|
||||
// Command line Taskwarrior was called with.
|
||||
getDOM ("context.args", v);
|
||||
|
||||
Reference in New Issue
Block a user