Skip to content

Commit

Permalink
Fixes import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 17, 2021
1 parent 992cabd commit a262341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/remotes/gerrit.ts
Expand Up @@ -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+)$/;
Expand Down

0 comments on commit a262341

Please sign in to comment.