瀏覽代碼

Pretties

main
Ramin Tadayon 1 年之前
父節點
當前提交
adbe531c41
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 79D60DDE3DFB95F5
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      src/views/nodes/branchNode.ts
  2. +1
    -1
      src/views/nodes/worktreeNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts 查看文件

@ -6,7 +6,7 @@ import { GlyphChars } from '../../constants';
import type { GitUri } from '../../git/gitUri';
import type { GitBranch } from '../../git/models/branch';
import type { GitLog } from '../../git/models/log';
import type { PullRequest , PullRequestState } from '../../git/models/pullRequest';
import type { PullRequest, PullRequestState } from '../../git/models/pullRequest';
import type { GitBranchReference } from '../../git/models/reference';
import { GitRemote, GitRemoteType } from '../../git/models/remote';
import type { Repository } from '../../git/models/repository';

+ 1
- 1
src/views/nodes/worktreeNode.ts 查看文件

@ -3,7 +3,7 @@ import { GlyphChars } from '../../constants';
import type { GitUri } from '../../git/gitUri';
import type { GitBranch } from '../../git/models/branch';
import type { GitLog } from '../../git/models/log';
import type { PullRequest , PullRequestState } from '../../git/models/pullRequest';
import type { PullRequest, PullRequestState } from '../../git/models/pullRequest';
import { shortenRevision } from '../../git/models/reference';
import { GitRemote, GitRemoteType } from '../../git/models/remote';
import type { GitWorktree } from '../../git/models/worktree';

Loading…
取消
儲存