Skip to content

Commit 2050f43

Browse files
committed
Fixes prettier
(#4070)
1 parent df70a03 commit 2050f43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/env/node/git/sub-providers/graph.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,9 @@ export class GraphGitSubProvider implements GitGraphSubProvider {
662662
try {
663663
const refAndDateParser = getRefAndDateParser();
664664

665-
const currentUser = search.query.includes('@me') ? await this.provider.config.getCurrentUser(repoPath) : undefined;
665+
const currentUser = search.query.includes('@me')
666+
? await this.provider.config.getCurrentUser(repoPath)
667+
: undefined;
666668

667669
const { args: searchArgs, files, shas } = getGitArgsFromSearchQuery(search, currentUser);
668670
if (shas?.size) {

0 commit comments

Comments
 (0)