mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 23:40:20 +00:00
style: apply oxfmt cleanup
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
export function resolveMemorySearchPreflight(params: {
|
||||
query: string;
|
||||
hasIndexedContent: boolean;
|
||||
}):
|
||||
export function resolveMemorySearchPreflight(params: { query: string; hasIndexedContent: boolean }):
|
||||
| {
|
||||
normalizedQuery: string;
|
||||
shouldInitializeProvider: boolean;
|
||||
|
||||
Reference in New Issue
Block a user