Skip to content

Commit 1eb0f7e

Browse files
adzenithclaytonrcarter
authored andcommitted
Use arcs for the smartlog
1 parent 3f83e56 commit 1eb0f7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

git-branchless-lib/src/core/formatting.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ impl Glyphs {
193193
pub fn pretty() -> Self {
194194
Glyphs {
195195
should_write_ansi_escape_codes: true,
196-
line: "",
197-
line_with_offshoot: "",
196+
line: "",
197+
line_with_offshoot: "",
198198
vertical_ellipsis: "⋮",
199-
split: "━┓",
200-
merge: "━┛",
199+
split: "─╮",
200+
merge: "─╯",
201201
commit_visible: "◯",
202202
commit_visible_head: "●",
203203
commit_obsolete: "✕",

0 commit comments

Comments
 (0)