That was not supposed to be here

This commit is contained in:
LaurentTreguier 2016-01-11 13:18:20 +01:00
parent 4b8bc95252
commit 18f28afbb9
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ module.exports = class Dfmt extends Beautifier
}
beautify: (text, language, options) ->
@run("dfmt --indent_size 8", [
@run("dfmt", [
@tempFile("input", text)
])