From e95e8a22c3f755a31771c57449560e6bcdd662e4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 7 Oct 2013 15:29:44 -0700 Subject: [PATCH] :lipstick: Remove extra newline --- src/atom.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/atom.coffee b/src/atom.coffee index 96501496b..f4ce8e441 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -52,7 +52,6 @@ class Atom @keymap = new Keymap() @syntax = deserialize(@getWindowState('syntax')) ? new Syntax() - getCurrentWindow: -> remote.getCurrentWindow()