static analysis: more const
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ namespace fmt
|
||||
std::string result;
|
||||
bool first = true;
|
||||
|
||||
for (auto& v : sources)
|
||||
for (const auto& v : sources)
|
||||
{
|
||||
if (first)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user