Formatting.

This commit is contained in:
Guillaume Endignoux
2020-04-28 13:56:17 +02:00
parent 4903232c42
commit ec2c3fb201

View File

@@ -313,8 +313,7 @@ class OpenSKInstaller:
target_toolchain[1] in current_version):
info("Updating rust toolchain to {}".format("-".join(target_toolchain)))
# Need to update
self.checked_command(
["rustup", "install", target_toolchain_fullstring])
self.checked_command(["rustup", "install", target_toolchain_fullstring])
self.checked_command(
["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch])
info("Rust toolchain up-to-date")