Skip to content

Commit

Permalink
Fix clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jul 15, 2024
1 parent c3e1856 commit 5d14af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/src/commands/python/pin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub(crate) async fn pin(
if target_dir != std::env::current_dir()? {
// Print the version file use to pin only
// if it's not in the current working directory
message = format!("{message} in `{}`", version_file.display())
message = format!("{message} in `{}`", version_file.display());
};

writeln!(printer.stdout(), "{message}")?;
Expand Down

0 comments on commit 5d14af6

Please sign in to comment.