added brace wrapping after if and for
This commit is contained in:
@@ -10,7 +10,8 @@ Account::Account(ProviderId providerId)
|
||||
static QString twitch("Twitch");
|
||||
|
||||
this->category_ = [&]() {
|
||||
switch (providerId) {
|
||||
switch (providerId)
|
||||
{
|
||||
case ProviderId::Twitch:
|
||||
return twitch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user