Remove extra newline (#13461)
This left an extra newline the hint, which isn't captured in the snapshot.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user