style: format code with prettier

This commit is contained in:
Jason
2026-03-08 21:45:05 +08:00
parent c54515742f
commit fc6f2af4c6
6 changed files with 20 additions and 11 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ export const openclawApi = {
/**
* Set default model configuration (agents.defaults.model)
*/
async setDefaultModel(model: OpenClawDefaultModel): Promise<OpenClawWriteOutcome> {
async setDefaultModel(
model: OpenClawDefaultModel,
): Promise<OpenClawWriteOutcome> {
return await invoke("set_openclaw_default_model", { model });
},