From cee41a2fb0c513c92fc6f056d6ad87f28d951a73 Mon Sep 17 00:00:00 2001 From: Katrina Uychaco Date: Tue, 5 Jan 2016 10:42:07 -0800 Subject: [PATCH] Remove new line --- src/text-editor.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 55a7b026f..7410f8209 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -95,7 +95,6 @@ class TextEditor extends Model @project, @assert, @applicationDelegate, @pending } = params - throw new Error("Must pass a config parameter when constructing TextEditors") unless @config? throw new Error("Must pass a notificationManager parameter when constructing TextEditors") unless @notificationManager? throw new Error("Must pass a packageManager parameter when constructing TextEditors") unless @packageManager?