Remove trailing spaces from comments.
This commit is contained in:
parent
e1ecf87df7
commit
b7d685b4ec
1 changed files with 2 additions and 2 deletions
|
@ -350,7 +350,7 @@ autoUpdater.on('update-not-available', () => {
|
||||||
ipcMain.on('autoUpdateAccepted', () => {
|
ipcMain.on('autoUpdateAccepted', () => {
|
||||||
appState.autoUpdateAccepted = true;
|
appState.autoUpdateAccepted = true;
|
||||||
|
|
||||||
// quitAndInstall can only be called if the
|
// quitAndInstall can only be called if the
|
||||||
// update has been downloaded. Since the user
|
// update has been downloaded. Since the user
|
||||||
// can disable auto updates, we have to make
|
// can disable auto updates, we have to make
|
||||||
// sure it has been downloaded first.
|
// sure it has been downloaded first.
|
||||||
|
@ -362,7 +362,7 @@ ipcMain.on('autoUpdateAccepted', () => {
|
||||||
// If the update hasn't been downloaded,
|
// If the update hasn't been downloaded,
|
||||||
// start downloading it. After it's done, the
|
// start downloading it. After it's done, the
|
||||||
// event 'update-downloaded' will be triggered,
|
// event 'update-downloaded' will be triggered,
|
||||||
// where we will be able to resume the
|
// where we will be able to resume the
|
||||||
// update installation.
|
// update installation.
|
||||||
autoUpdater.downloadUpdate();
|
autoUpdater.downloadUpdate();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue