Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Dec 23, 2024
1 parent f313eb1 commit 21cbf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { SearchOperators, SearchOperatorsLongForm, SearchQuery } from '../c
import { searchOperationRegex, searchOperatorsToLongFormMap } from '../constants.search';
import type { StoredSearchQuery } from '../constants.storage';
import type { GitRevisionReference } from './models/reference';
import { isSha , shortenRevision } from './models/revision.utils';
import { isSha, shortenRevision } from './models/revision.utils';
import type { GitUser } from './models/user';

export interface GitSearchResultData {
Expand Down

0 comments on commit 21cbf8a

Please sign in to comment.