normalize quick-open overlay formatting

dart format reflow of a single-statement if; clears a latent
format-gate violation left in the tree.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-01 21:11:38 +02:00
co-authored by Claude Opus 4.8
parent 61b969d010
commit 0c0a6087c7
3 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -227,8 +227,7 @@ class _QuickOpenOverlayState extends State<QuickOpenOverlay> {
},
),
),
if (controller.truncated)
_Hint('Results limited — large workspace', tokens),
if (controller.truncated) _Hint('Results limited — large workspace', tokens),
],
),
),