Skip to content

Commit bc3e3bc

Browse files
committed
Apply suggestion for removing a small space
1 parent ed97436 commit bc3e3bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ViewModels/Launcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ private void PostActivePageChanged()
482482
private static string ComposeSubmoduleTitle(LauncherPage parent, RepositoryNode node)
483483
{
484484
var baseName = Path.GetFileName(node.Id);
485-
return $"{parent.Node.Name} : {baseName}";
485+
return $"{parent.Node.Name}: {baseName}";
486486
}
487487

488488
private Workspace _activeWorkspace;

0 commit comments

Comments
 (0)