Clean up lint error!
This commit is contained in:
parent
7ccdff04e7
commit
1c20df5da6
|
@ -25,5 +25,5 @@ module.exports = class ElmFormat extends Beautifier
|
|||
'--yes',
|
||||
newName
|
||||
])
|
||||
.then () =>
|
||||
.then () ->
|
||||
readFile newName, {encoding: 'utf-8'}
|
||||
|
|
Loading…
Reference in New Issue