Skip to content

Commit

Permalink
Pretties
Browse files Browse the repository at this point in the history
  • Loading branch information
axosoft-ramint committed Sep 27, 2023
1 parent 9b276fc commit 6c3281a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/git/models/contributor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Uri } from 'vscode';
import { getAvatarUri } from '../../avatars';
import type { ContributorSorting , GravatarDefaultStyle } from '../../config';
import type { ContributorSorting, GravatarDefaultStyle } from '../../config';
import { configuration } from '../../system/configuration';
import { formatDate, fromNow } from '../../system/date';
import { memoize } from '../../system/decorators/memoize';
Expand Down
2 changes: 1 addition & 1 deletion src/plus/github/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
ProviderRequestNotFoundError,
ProviderRequestRateLimitError,
} from '../../errors';
import type { PagedResult , RepositoryVisibility } from '../../git/gitProvider';
import type { PagedResult, RepositoryVisibility } from '../../git/gitProvider';
import type { Account } from '../../git/models/author';
import type { DefaultBranch } from '../../git/models/defaultBranch';
import type { IssueOrPullRequest, SearchedIssue } from '../../git/models/issue';
Expand Down
2 changes: 1 addition & 1 deletion src/views/stashesView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {
TreeViewVisibilityChangeEvent,
} from 'vscode';
import { ProgressLocation, TreeItem, TreeItemCollapsibleState, window } from 'vscode';
import type { StashesViewConfig , ViewFilesLayout } from '../config';
import type { StashesViewConfig, ViewFilesLayout } from '../config';
import { Commands } from '../constants';
import type { Container } from '../container';
import { GitUri } from '../git/gitUri';
Expand Down

0 comments on commit 6c3281a

Please sign in to comment.