diff --git a/src/packages/editor-stats/spec/editor-stats-spec.coffee b/src/packages/editor-stats/spec/editor-stats-spec.coffee index deba8fe9e..bb63c91cc 100644 --- a/src/packages/editor-stats/spec/editor-stats-spec.coffee +++ b/src/packages/editor-stats/spec/editor-stats-spec.coffee @@ -43,4 +43,3 @@ fdescribe "EditorStats", -> expect(editorStats.eventLog[time]).toBe 1 simulateClick() expect(editorStats.eventLog[time]).toBe 2 - diff --git a/src/packages/editor-stats/src/editor-stats-view.coffee b/src/packages/editor-stats/src/editor-stats-view.coffee index a5cd4053d..394a654d3 100644 --- a/src/packages/editor-stats/src/editor-stats-view.coffee +++ b/src/packages/editor-stats/src/editor-stats-view.coffee @@ -127,4 +127,4 @@ class EditorStatsView extends ScrollView @rootView.focus() serialize: -> - eventLog: @eventLog \ No newline at end of file + eventLog: @eventLog diff --git a/src/packages/editor-stats/stylesheets/editor-stats.css b/src/packages/editor-stats/stylesheets/editor-stats.css index 1368dcdb1..25a3cc08b 100644 --- a/src/packages/editor-stats/stylesheets/editor-stats.css +++ b/src/packages/editor-stats/stylesheets/editor-stats.css @@ -33,4 +33,4 @@ .editor-stats path.domain { fill: none; -} \ No newline at end of file +}