diff --git a/crates/uv/src/commands/python/pin.rs b/crates/uv/src/commands/python/pin.rs index 0093133314c3..61cecc32a97b 100644 --- a/crates/uv/src/commands/python/pin.rs +++ b/crates/uv/src/commands/python/pin.rs @@ -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}")?;