Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
e1arikawa committed Sep 29, 2024
1 parent cc503c7 commit 886b161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/src/bindings/runtime_browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ export const BROWSER_RUNTIME: DuckDBRuntime & {
throw new Error(`No OPFS access handle registered with name: ${file.fileName}`);
}
const input = mod.HEAPU8.subarray(buf, buf + bytes);
return handle.write(input, {at: location});
return handle.write(input, { at: location });
}
}
return 0;
Expand Down

0 comments on commit 886b161

Please sign in to comment.