Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 29, 2019
1 parent e7f0c46 commit 8d89b60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/format.py
Expand Up @@ -43,6 +43,7 @@ def qrun(cmd, env=None):

print "rustfmt"
qrun([
"third_party/rustfmt/" + platform() +
"/rustfmt", "--config-path", rustfmt_config, "build.rs"
"third_party/rustfmt/" + platform() + "/rustfmt",
"--config-path",
rustfmt_config,
] + find_exts(["cli", "core"], [".rs"]))

0 comments on commit 8d89b60

Please sign in to comment.