fix linting error

This commit is contained in:
liusi 2016-11-15 13:19:34 +08:00
parent 06cfcd612d
commit 9e91f319c1

View file

@ -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;
} }