From ec2c3fb201ae46c8f90b851938b04f5dc68c7a79 Mon Sep 17 00:00:00 2001 From: Guillaume Endignoux <guillaumee@google.com> Date: Tue, 28 Apr 2020 13:56:17 +0200 Subject: [PATCH] Formatting. --- deploy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy.py b/deploy.py index c198ba1..79a54b1 100755 --- a/deploy.py +++ b/deploy.py @@ -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") -- GitLab