From 2ea86c30913d2bc884471dd3fb548d9cb19f4331 Mon Sep 17 00:00:00 2001 From: Patrick O'Melveny Date: Thu, 19 Nov 2015 10:46:39 -0800 Subject: [PATCH] Changed indents to 2 spaces for package consistancy --- src/beautifiers/yapf.coffee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/beautifiers/yapf.coffee b/src/beautifiers/yapf.coffee index 05c3877..6242c00 100644 --- a/src/beautifiers/yapf.coffee +++ b/src/beautifiers/yapf.coffee @@ -18,8 +18,8 @@ module.exports = class Yapf extends Beautifier ["--style=pep8"] @tempFile("input", text) ], { - ignoreReturnCode: true, - help: { - link: "https://github.com/google/yapf" - } + ignoreReturnCode: true, + help: { + link: "https://github.com/google/yapf" + } })