fix linting error
This commit is contained in:
parent
06cfcd612d
commit
9e91f319c1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ bool TriggerAcceleratorTableCommand(AcceleratorTable* table,
|
||||||
if (item.model->IsEnabledAt(item.position)) {
|
if (item.model->IsEnabledAt(item.position)) {
|
||||||
item.model->ActivatedAt(item.position);
|
item.model->ActivatedAt(item.position);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue