mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
[Cleanup] Cleanup uses of insert/push_back when a temp object is used. (#3170)
This commit is contained in:
@@ -56,7 +56,7 @@ void command_mysql(Client *c, const Seperator *sep)
|
||||
row_index < results.ColumnCount();
|
||||
row_index++
|
||||
) {
|
||||
lines.push_back(
|
||||
lines.emplace_back(
|
||||
fmt::format(
|
||||
"{} | {} ",
|
||||
results.FieldName(row_index),
|
||||
|
||||
Reference in New Issue
Block a user