mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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):
|
with cd(self.context.topdir):
|
||||||
return self.call_rustup_run(["cargo", "fetch"], env=self.build_env())
|
return self.call_rustup_run(["cargo", "fetch"], env=self.build_env())
|
||||||
|
|
||||||
@Command('rustfmt',
|
@Command('rustfmt',
|
||||||
description='Format the Rust code using Cargo fmt',
|
description='Format the Rust code using Cargo fmt',
|
||||||
category='devenv')
|
category='devenv')
|
||||||
|
@ -241,7 +241,7 @@ class MachCommands(CommandBase):
|
||||||
|
|
||||||
with cd(self.context.topdir):
|
with cd(self.context.topdir):
|
||||||
return self.call_rustup_run(["cargo", "fmt", "--", directory], env=self.build_env())
|
return self.call_rustup_run(["cargo", "fmt", "--", directory], env=self.build_env())
|
||||||
|
|
||||||
@Command('ndk-stack',
|
@Command('ndk-stack',
|
||||||
description='Invoke the ndk-stack tool with the expected symbol paths',
|
description='Invoke the ndk-stack tool with the expected symbol paths',
|
||||||
category='devenv')
|
category='devenv')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue