Skip to content

Commit 65b3c84

Browse files
committed
style: oxfmt
1 parent d7ad212 commit 65b3c84

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/contracts/src/snapshot-diagnostics.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ export function summarizeSnapshotTimingSamples(
6262
// its max — so the warning judges warm captures only, and only once enough
6363
// exist to mean anything. Displayed stats still cover every sample.
6464
const warm = samples.slice(1);
65-
const judged =
66-
warm.length >= MIN_WARM_SAMPLE_COUNT ? buildSnapshotTimingStats(warm) : undefined;
65+
const judged = warm.length >= MIN_WARM_SAMPLE_COUNT ? buildSnapshotTimingStats(warm) : undefined;
6766
return toSummary(buildSnapshotTimingStats(samples), judged);
6867
}
6968

0 commit comments

Comments
 (0)