mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
fix linting error
This commit is contained in:
@@ -93,7 +93,7 @@ bool TriggerAcceleratorTableCommand(AcceleratorTable* table,
|
||||
if (item.model->IsEnabledAt(item.position)) {
|
||||
item.model->ActivatedAt(item.position);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user