This commit is contained in:
Juan Garcia 2015-07-29 18:24:18 -05:00
parent 554ba8db83
commit 425a2cb081
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module.exports = class PerlTidy extends Beautifier
'--standard-output'
'--standard-error-output'
'--quiet'
"--profile=#{options.perltidy_profile}" if options.perltidy_profile?
"--profile=#{options.perltidy_profile}" if options.perltidy_profile?.length
@tempFile("input", text)
], help: {
link: "http://perltidy.sourceforge.net/"