From 88b214067ff0a927523f737185252f2ea33bbd68 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Wed, 12 Feb 2014 16:08:40 -0800 Subject: [PATCH] :fire: whitespace --- src/browser/atom-application.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index 275eebfe7..5c98e8697 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -142,7 +142,6 @@ class AtomApplication # Check for update after Atom has fully started and the menus are created setTimeout((-> autoUpdater.checkForUpdates()), 10000) - checkForUpdate: -> autoUpdater.once 'update-available', -> dialog.showMessageBox