Remove extra newline (#13461)

This left an extra newline the hint, which isn't captured in the
snapshot.
This commit is contained in:
konsti
2025-05-15 11:30:21 +02:00
committed by GitHub
parent 2d4d93a350
commit 12860a9041
+1 -1
View File
@@ -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(),