Fixed minor issue in clang-format

This commit is contained in:
Leonard Hecker 2016-06-22 14:28:23 +02:00
parent 8faa197bca
commit 852c356551
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module.exports = class ClangFormat extends Beautifier
Dump contents to a given file Dump contents to a given file
### ###
dumpToFile: (name = "atom-beautify-dump", contents = "") -> dumpToFile: (name = "atom-beautify-dump", contents = "") ->
return new Promise((resolve, reject) => return new @Promise((resolve, reject) =>
fs.open(name, "w", (err, fd) => fs.open(name, "w", (err, fd) =>
@debug('dumpToFile', name, err, fd) @debug('dumpToFile', name, err, fd)
return reject(err) if err return reject(err) if err