From 12860a90412e76e50dacb429bf8b624175f44ce8 Mon Sep 17 00:00:00 2001 From: konsti Date: Thu, 15 May 2025 11:30:21 +0200 Subject: [PATCH] Remove extra newline (#13461) This left an extra newline the hint, which isn't captured in the snapshot. --- crates/uv-python/src/interpreter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),