mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
style nit
This commit is contained in:
@@ -33,7 +33,7 @@ describe('menu module', function() {
|
||||
});
|
||||
|
||||
it('does not throw exceptions for undefined/null values', function() {
|
||||
assert.doesNotThrow(function(){
|
||||
assert.doesNotThrow(function() {
|
||||
Menu.buildFromTemplate([
|
||||
{
|
||||
label: 'text',
|
||||
|
||||
Reference in New Issue
Block a user