diff options
author | josh <joshuabrudnak@oakland.edu> | 2018-08-10 13:47:01 -0400 |
---|---|---|
committer | josh <joshuabrudnak@oakland.edu> | 2018-08-10 13:47:01 -0400 |
commit | 936ec085fd128573c6a071c13744138a7a2455f1 (patch) | |
tree | 060d12bf66c559dd440e93da516f1d8ca6352b8e /python/servo/devenv_commands.py | |
parent | 230f025bc73f031ae6b1dfe9c5397754a4c3a649 (diff) | |
download | servo-936ec085fd128573c6a071c13744138a7a2455f1.tar.gz servo-936ec085fd128573c6a071c13744138a7a2455f1.zip |
Remove trailing whitespace in devenv_commands
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r-- | python/servo/devenv_commands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py index f6532b57097..31bfc8f48bd 100644 --- a/python/servo/devenv_commands.py +++ b/python/servo/devenv_commands.py @@ -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') |