Skip to content

Commit

Permalink
Tweak spacing to make branch names easier to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmmm committed Oct 6, 2021
1 parent 40798ef commit dc2611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ fn rebase_branch(
worktree_path: &Path,
slow_conflict_detection: bool,
) -> Result<(), anyhow::Error> {
eprintln!("• Rebasing {}...", branch.branch.bold());
eprintln!("• Rebasing {} ...", branch.branch.bold());

let branch_commit = get_commit_hash(worktree_path, &branch.branch)?;

Expand Down

0 comments on commit dc2611b

Please sign in to comment.