Remove new line

This commit is contained in:
Katrina Uychaco
2016-01-05 10:42:07 -08:00
parent 67d49955f1
commit cee41a2fb0

View File

@@ -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?