That was not supposed to be here
This commit is contained in:
parent
4b8bc95252
commit
18f28afbb9
|
@ -12,6 +12,6 @@ module.exports = class Dfmt extends Beautifier
|
||||||
}
|
}
|
||||||
|
|
||||||
beautify: (text, language, options) ->
|
beautify: (text, language, options) ->
|
||||||
@run("dfmt --indent_size 8", [
|
@run("dfmt", [
|
||||||
@tempFile("input", text)
|
@tempFile("input", text)
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue