mirror of
https://github.com/servo/servo.git
synced 2025-06-30 03:53:37 +01:00
Remove trailing whitespace in devenv_commands
This commit is contained in:
parent
230f025bc7
commit
936ec085fd
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue