Skip to content

Commit e252d51

Browse files
committed
style(core): format return statement in asks.ts
1 parent 0261e93 commit e252d51

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/core/asks.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,5 +538,9 @@ export async function askModelsAsync(): Promise<{
538538
},
539539
]);
540540

541-
return { mainModel, researchModel, fallbackModel };
541+
return {
542+
mainModel,
543+
researchModel,
544+
fallbackModel,
545+
};
542546
}

0 commit comments

Comments
 (0)