Skip to content

Commit 9544365

Browse files
committed
style(review): apply canonical Prettier output
1 parent d05c4b2 commit 9544365

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/review-context.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,8 @@ export function buildReviewQueries(files: ChangedFileContext[], maxQueries = 8):
314314
const seen = new Set<string>();
315315

316316
for (const file of selected) {
317-
const identifiers = (file.identifiers.length > 0
318-
? file.identifiers
319-
: fallbackIdentifiersForPath(file.path)
317+
const identifiers = (
318+
file.identifiers.length > 0 ? file.identifiers : fallbackIdentifiersForPath(file.path)
320319
).slice(0, 3);
321320
if (identifiers.length === 0) continue;
322321

0 commit comments

Comments
 (0)