Fix lint errors
This commit is contained in:
parent
c56735f2fb
commit
c89077819f
|
@ -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)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue