Skip to content

Commit 6a1c2ac

Browse files
authored
Merge pull request #10504 from gitbutlerapp/kv-branch-55
fix(status): align branch tree gutter by adding extra │ to line padding
2 parents 9c5f1fd + 0e5d83f commit 6a1c2ac

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)