Fix lint errors

This commit is contained in:
Yang Zhang 2015-09-27 18:14:00 +08:00
parent c56735f2fb
commit c89077819f
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ module.exports = class ClangFormat extends Beautifier
["--style=file"] ["--style=file"]
], help: { ], help: {
link: "https://clang.llvm.org/docs/ClangFormat.html" link: "https://clang.llvm.org/docs/ClangFormat.html"
}).finally( => }).finally( ->
fs.unlink(dumpFile) fs.unlink(dumpFile)
) )
) )