style: apply biome formatting to pulse-cursor

Made-with: Cursor
This commit is contained in:
2026-04-18 03:08:29 +00:00
parent 145be974f3
commit d56d0fd435
+4 -1
View File
@@ -232,7 +232,10 @@ export function createCursorExecutor(opts: CodingExecutorOptions) {
// ── Helpers ────────────────────────────────────────────────────
async function resolveTask(store: PulseStore, taskId: string): Promise<TaskState | null> {
async function resolveTask(
store: PulseStore,
taskId: string,
): Promise<TaskState | null> {
const events = await store.queryByKind('task-created');
for (const ev of events) {
if (!ev.meta) continue;