Skip to content

Commit 12860a9

Browse files
authored
Remove extra newline (#13461)
This left an extra newline the hint, which isn't captured in the snapshot.
1 parent 2d4d93a commit 12860a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv-python/src/interpreter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ impl Display for BrokenSymlink {
716716
self.path.user_display()
717717
)?;
718718
if self.venv {
719-
writeln!(
719+
write!(
720720
f,
721721
"\n\n{}{} Consider recreating the environment (e.g., with `{}`)",
722722
"hint".bold().cyan(),

0 commit comments

Comments
 (0)