mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-07 13:26:47 +00:00
Avoid multiple .arg usage as suggested by clazy
This commit is contained in:
@@ -15,7 +15,7 @@ namespace {
|
||||
|
||||
QString GetEnv(const char *name) {
|
||||
auto value = qEnvironmentVariable(name);
|
||||
LOG(("Getting DE, %1: '%2'").arg(name).arg(value));
|
||||
LOG(("Getting DE, %1: '%2'").arg(name, value));
|
||||
return value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user