style: format gate-checked files

This commit is contained in:
Josh Lehman
2026-03-12 15:24:01 -07:00
parent 161f61d67c
commit 4ca3df6475
2 changed files with 12 additions and 13 deletions

View File

@@ -930,9 +930,7 @@ export async function compactEmbeddedPiSessionDirect(
if (
sanityCheckBaseline > 0 &&
tokensAfter >
(observedTokenCount !== undefined
? sanityCheckBaseline
: sanityCheckBaseline * 1.1)
(observedTokenCount !== undefined ? sanityCheckBaseline : sanityCheckBaseline * 1.1)
) {
tokensAfter = undefined; // Don't trust the estimate
}