diff --git a/crates/uv-python/src/interpreter.rs b/crates/uv-python/src/interpreter.rs index bbc5595122dc9..a6130c365a453 100644 --- a/crates/uv-python/src/interpreter.rs +++ b/crates/uv-python/src/interpreter.rs @@ -716,7 +716,7 @@ impl Display for BrokenSymlink { self.path.user_display() )?; if self.venv { - writeln!( + write!( f, "\n\n{}{} Consider recreating the environment (e.g., with `{}`)", "hint".bold().cyan(),