Bladeren bron

Fixes broken spacing

main
Eric Amodio 4 jaren geleden
bovenliggende
commit
96bee13cc9
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      src/git/formatters/commitFormatter.ts

+ 2
- 2
src/git/formatters/commitFormatter.ts Bestand weergeven

@ -344,9 +344,9 @@ export class CommitFormatter extends Formatter {
pr.state
}, ${pr.formatDateFromNow()}")`;
} else if (pr instanceof Promises.CancellationError) {
commands += `[$(git-pull-request) PR $(loading~spin)](command:${Commands.RefreshHover} "Searching for a Pull Request (if any) that introduced this commit...")`;
commands += `${separator}[$(git-pull-request) PR $(loading~spin)](command:${Commands.RefreshHover} "Searching for a Pull Request (if any) that introduced this commit...")`;
} else if (pr.provider != null && Container.config.integrations.enabled) {
commands += `[$(plug) Connect to ${pr.provider.name}${
commands += `${separator}[$(plug) Connect to ${pr.provider.name}${
GlyphChars.Ellipsis
}](${ConnectRemoteProviderCommand.getMarkdownCommandArgs(pr)} "Connect to ${
pr.provider.name

||||||
x
 
000:0
Laden…
Annuleren
Opslaan