Skip to content

Commit 21cbf8a

Browse files
committed
💄
1 parent f313eb1 commit 21cbf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { SearchOperators, SearchOperatorsLongForm, SearchQuery } from '../c
22
import { searchOperationRegex, searchOperatorsToLongFormMap } from '../constants.search';
33
import type { StoredSearchQuery } from '../constants.storage';
44
import type { GitRevisionReference } from './models/reference';
5-
import { isSha , shortenRevision } from './models/revision.utils';
5+
import { isSha, shortenRevision } from './models/revision.utils';
66
import type { GitUser } from './models/user';
77

88
export interface GitSearchResultData {

0 commit comments

Comments
 (0)