Skip to content

Commit 905afce

Browse files
committed
But status - emphasize stacks
1 parent 9d455d5 commit 905afce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/but/src/status/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub(crate) fn worktree(
120120
)?;
121121
}
122122
println!(
123-
" {} (common base) [{}] {}",
123+
" {} (common base) [{}] {}",
124124
common_merge_base_data.common_merge_base.dimmed(),
125125
common_merge_base_data.target_name.green().bold(),
126126
common_merge_base_data.message
@@ -297,7 +297,7 @@ pub fn print_group(
297297
);
298298
print_assignments(&assignments, changes);
299299
}
300-
println!("");
300+
println!("╰┄┄┄╮");
301301
Ok(())
302302
}
303303

0 commit comments

Comments
 (0)