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
|
||||
getIvr()
|
||||
->subage(this->userName_, this->underlyingChannel_->getName())
|
||||
.onSuccess([this, hack](NetworkResult,
|
||||
.onSuccess([this, hack](const NetworkResult & /* result */,
|
||||
const IvrSubage &subageInfo) -> Outcome {
|
||||
if (!hack.lock())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue