mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-17 02:52:45 +00:00
Remove extra newline (#13461)
This left an extra newline the hint, which isn't captured in the snapshot.
This commit is contained in:
parent
2d4d93a350
commit
12860a9041
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ impl Display for BrokenSymlink {
|
||||||
self.path.user_display()
|
self.path.user_display()
|
||||||
)?;
|
)?;
|
||||||
if self.venv {
|
if self.venv {
|
||||||
writeln!(
|
write!(
|
||||||
f,
|
f,
|
||||||
"\n\n{}{} Consider recreating the environment (e.g., with `{}`)",
|
"\n\n{}{} Consider recreating the environment (e.g., with `{}`)",
|
||||||
"hint".bold().cyan(),
|
"hint".bold().cyan(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue