mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Apply clang-tidy suggestion to use const ref
This commit is contained in:
parent
54d5ce5568
commit
4455251a74
|
@ -824,7 +824,7 @@ void UserInfoPopup::updateUserData()
|
||||||
// get followage and subage
|
// get followage and subage
|
||||||
getIvr()
|
getIvr()
|
||||||
->subage(this->userName_, this->underlyingChannel_->getName())
|
->subage(this->userName_, this->underlyingChannel_->getName())
|
||||||
.onSuccess([this, hack](NetworkResult,
|
.onSuccess([this, hack](const NetworkResult & /* result */,
|
||||||
const IvrSubage &subageInfo) -> Outcome {
|
const IvrSubage &subageInfo) -> Outcome {
|
||||||
if (!hack.lock())
|
if (!hack.lock())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue