From 12bc89ca5006b2e4b638b06afa4c5fbaade5ab3b Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Wed, 27 Mar 2013 16:48:22 -0700 Subject: [PATCH] Add newline --- src/packages/fuzzy-finder/lib/load-paths-task.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/packages/fuzzy-finder/lib/load-paths-task.coffee b/src/packages/fuzzy-finder/lib/load-paths-task.coffee index 12c80c327..b6ce1a368 100644 --- a/src/packages/fuzzy-finder/lib/load-paths-task.coffee +++ b/src/packages/fuzzy-finder/lib/load-paths-task.coffee @@ -34,4 +34,5 @@ class LoadPathsTask deferred abort: -> - @aborted = true \ No newline at end of file + @aborted = true + \ No newline at end of file