Skip to content

Commit 0e5d83f

Browse files
committed
fix(status): align branch tree gutter by adding extra │ to line padding
1 parent 592b461 commit 0e5d83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/but/src/status/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ fn print_assignments(assignments: &Vec<FileAssignment>, changes: &[TreeChange],
179179
if dotted {
180180
println!("┊ {id} {status} {path} {locks}");
181181
} else {
182-
println!("│ {id} {status} {path} {locks}");
182+
println!("│ {id} {status} {path} {locks}");
183183
}
184184
}
185185
}

0 commit comments

Comments
 (0)