Clean up lint error!

This commit is contained in:
Murphy Randle 2015-12-10 18:48:55 -07:00
parent 7ccdff04e7
commit 1c20df5da6
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ module.exports = class ElmFormat extends Beautifier
'--yes',
newName
])
.then () =>
.then () ->
readFile newName, {encoding: 'utf-8'}