Changed indents to 2 spaces for package consistancy

This commit is contained in:
Patrick O'Melveny 2015-11-19 10:46:39 -08:00
parent 3ecce411dc
commit 2ea86c3091
1 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ module.exports = class Yapf extends Beautifier
["--style=pep8"] ["--style=pep8"]
@tempFile("input", text) @tempFile("input", text)
], { ], {
ignoreReturnCode: true, ignoreReturnCode: true,
help: { help: {
link: "https://github.com/google/yapf" link: "https://github.com/google/yapf"
} }
}) })