From 5f821682133f77a5b965f4a9f7ba50400799f3c9 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 15 Aug 2017 13:09:06 -0700 Subject: [PATCH] lint --- docs/tutorial/updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index 1698fdc13258..a09676b41766 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -76,7 +76,7 @@ autoUpdater.on('update-downloaded', (event, releaseNotes, releaseName) => { message: 'A new version has been downloaded. Restart the application to apply the updates.', detail: releaseName + '\n\n' + releaseNotes } - + dialog.showMessageBox(dialogOpts, (response) => { if (response === 0) autoUpdater.quitAndInstall() })