Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Jan 20, 2020
1 parent 085e4c7 commit b791fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ fn install_one(
}

ws
},
}
};
ws.set_ignore_lock(config.lock_update_allowed());
let pkg = git_package.map_or_else(|| ws.current(), |pkg| Ok(pkg))?;
Expand Down

0 comments on commit b791fcf

Please sign in to comment.