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:
@@ -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),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user