Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Mar 26, 2024
1 parent ca72c38 commit a9bf208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ fn setup_rust_toolchain(kani_dir: &Path, use_local_toolchain: Option<OsString>)
if let Some(local_toolchain_path) = use_local_toolchain {
let toolchain_path = Path::new(&local_toolchain_path);

let custom_toolchain_rustc_version = get_rustc_version_from_local_toolchain(local_toolchain_path.clone())?;
let custom_toolchain_rustc_version =
get_rustc_version_from_local_toolchain(local_toolchain_path.clone())?;

if rustc_version == custom_toolchain_rustc_version {
symlink_rust_toolchain(toolchain_path, kani_dir)?;
Expand Down

0 comments on commit a9bf208

Please sign in to comment.