style: apply oxfmt cleanup

This commit is contained in:
Peter Steinberger
2026-04-10 23:09:29 +01:00
parent 6281dd7379
commit a73dc477d7
10 changed files with 35 additions and 46 deletions

View File

@@ -1,7 +1,4 @@
export function resolveMemorySearchPreflight(params: {
query: string;
hasIndexedContent: boolean;
}):
export function resolveMemorySearchPreflight(params: { query: string; hasIndexedContent: boolean }):
| {
normalizedQuery: string;
shouldInitializeProvider: boolean;