From 59a78207230fc970b9486341ee73b002bd651458 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Mon, 12 Jun 2017 00:26:14 -0300 Subject: [PATCH] Fix formatR, do not pipe stdout to file, unnecessarily --- src/beautifiers/formatR/index.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/beautifiers/formatR/index.coffee b/src/beautifiers/formatR/index.coffee index b8da15f..f45e862 100644 --- a/src/beautifiers/formatR/index.coffee +++ b/src/beautifiers/formatR/index.coffee @@ -38,6 +38,4 @@ module.exports = class R extends Beautifier r_beautifier, options.indent_size, @tempFile("input", text), - '>', - @tempFile("input", text) ])