Skip to content

Commit

Permalink
Newline for detached heads as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Mar 14, 2024
1 parent ec3b99e commit 19ae687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FolderManager/ProjectFolderItem.vala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace Scratch.FolderManager {
name, monitored_repo.branch_name
);
} else { //Distinguish detached heads visually
markup = "%s <span size='small' weight='normal' style='italic'>%s</span>".printf (
markup = "%s\n <span size='small' weight='normal' style='italic'>%s</span>".printf (
name, monitored_repo.branch_name
);
}
Expand Down

0 comments on commit 19ae687

Please sign in to comment.