add newlines to end of files

This commit is contained in:
Michael Ficarra
2014-02-22 23:16:22 -06:00
parent 9dc3a3df13
commit af08cfd37f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
# Loader for CoffeeScript as a Node.js library.
exports[key] = val for key, val of require './coffee-script'
exports[key] = val for key, val of require './coffee-script'

View File

@@ -49,4 +49,4 @@ if child_process
args = []
args = [path].concat args
path = binary
fork path, args, options
fork path, args, options