Fix formatR, do not pipe stdout to file, unnecessarily

This commit is contained in:
Glavin Wiechert 2017-06-12 00:26:14 -03:00
parent 999b256163
commit 59a7820723
1 changed files with 0 additions and 2 deletions

View File

@ -38,6 +38,4 @@ module.exports = class R extends Beautifier
r_beautifier,
options.indent_size,
@tempFile("input", text),
'>',
@tempFile("input", text)
])