Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 2, 2022
1 parent 9bf06b3 commit 06b5339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit/languages/rust.py
Expand Up @@ -133,7 +133,7 @@ def install_rust_with_toolchain(toolchain: str) -> None:
)

_, _, _ = cmd_output_b(
rustup_exe, 'toolchain', 'install', "--no-self-update",
rustup_exe, 'toolchain', 'install', '--no-self-update',
toolchain, retcode=0,
)

Expand Down

0 comments on commit 06b5339

Please sign in to comment.