Skip to content

Commit

Permalink
Make explicit return of promises in clang-format beautifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramFan committed Sep 26, 2015
1 parent 088cc39 commit c56735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beautifiers/clang-format.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = class ClangFormat extends Beautifier
)
.then((dumpFile) =>
# console.log("clang-format", dumpFile)
@run("clang-format", [
return @run("clang-format", [
@dumpToFile(dumpFile, text)
["--style=file"]
], help: {
Expand Down

0 comments on commit c56735f

Please sign in to comment.