diff --git a/crates/uv-python/src/interpreter.rs b/crates/uv-python/src/interpreter.rs index bbc559512..a6130c365 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(),