standardize by hand

This commit is contained in:
Zeke Sikelianos 2016-03-28 17:35:49 -07:00 committed by Kevin Sawicki
parent cfdfdc8ccc
commit e6698102c9
13 changed files with 34 additions and 33 deletions

View file

@ -18,7 +18,7 @@ describe('electron module', function () {
electron.hideInternalModules()
try {
require('clipboard')
} catch(err) {
} catch (err) {
assert.equal(err.message, "Cannot find module 'clipboard'")
done()
}