Remove trailing whitespace in devenv_commands

This commit is contained in:
josh 2018-08-10 13:47:01 -04:00
parent 230f025bc7
commit 936ec085fd

View file

@ -228,7 +228,7 @@ class MachCommands(CommandBase):
with cd(self.context.topdir):
return self.call_rustup_run(["cargo", "fetch"], env=self.build_env())
@Command('rustfmt',
description='Format the Rust code using Cargo fmt',
category='devenv')
@ -241,7 +241,7 @@ class MachCommands(CommandBase):
with cd(self.context.topdir):
return self.call_rustup_run(["cargo", "fmt", "--", directory], env=self.build_env())
@Command('ndk-stack',
description='Invoke the ndk-stack tool with the expected symbol paths',
category='devenv')