Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 7, 2023
1 parent 5262b9e commit 4e4ab8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rye/src/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub fn list_known_toolchains() -> Result<Vec<(PythonVersion, PathBuf)>, Error> {
{
let target = get_toolchain_python_bin(&ver)?;
if !target.exists() {
continue
continue;
}
rv.push((ver, target));
}
Expand Down

0 comments on commit 4e4ab8c

Please sign in to comment.