From a604bfcdf1fbf54b860ca516b27812679abf37fa Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Mon, 24 Mar 2014 11:42:32 -0700 Subject: [PATCH] remove trailing whitespace --- src/editor-view.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor-view.coffee b/src/editor-view.coffee index 7b8ad82ab..152c46c35 100644 --- a/src/editor-view.coffee +++ b/src/editor-view.coffee @@ -762,7 +762,7 @@ class EditorView extends View # # Note that this is different from `lineHeight`, which is the computed # height of a line using the bounding box. This is the property value of - # CSS `line-height`. + # CSS `line-height`. # # Returns a {Float} identifying the CSS line-height. getLineHeight: ->