瀏覽代碼

Fixes import issue

main
Eric Amodio 3 年之前
父節點
當前提交
a26234152b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/git/remotes/gerrit.ts

+ 1
- 1
src/git/remotes/gerrit.ts 查看文件

@ -4,7 +4,7 @@ import { DynamicAutolinkReference } from '../../annotations/autolinks';
import { AutolinkReference } from '../../config';
import { GitRevision } from '../models/models';
import { Repository } from '../models/repository';
import { RemoteProvider } from './factory';
import { RemoteProvider } from './provider';
const fileRegex = /^\/([^/]+)\/\+(.+)$/i;
const rangeRegex = /^(\d+)$/;

Loading…
取消
儲存