fixing a 1 character typo

This commit is contained in:
Austin Cheney 2017-06-30 11:41:28 -05:00
parent d57c90c2e3
commit 7178248945
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module.exports = class VueBeautifier extends Beautifier
lang: "less"
mode: "beautify"
)
prettydiffoptions)
prettydiff(options)
when undefined
require("js-beautify").css(text, options)
else