Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -4,11 +4,7 @@ deprecate = require('electron').deprecate;
|
|||
|
||||
autoUpdater = process.platform === 'win32' ? require('./auto-updater/auto-updater-win') : require('./auto-updater/auto-updater-native');
|
||||
|
||||
|
||||
// Deprecated.
|
||||
|
||||
deprecate.rename(autoUpdater, 'setFeedUrl', 'setFeedURL');
|
||||
|
||||
|
||||
|
||||
module.exports = autoUpdater;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue