Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidisaaclee committed Nov 6, 2024
1 parent 729af6f commit dc9b8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ declare interface SQLiteAPI {
*/
column_type(stmt: number, i: number): number;

/**
/**
* Register a commit hook
*
* @see https://www.sqlite.org/c3ref/commit_hook.html
Expand All @@ -467,7 +467,7 @@ declare interface SQLiteAPI {
* @param callback If a non-zero value is returned, commit is converted into
* a rollback; disables callback when null
*/
commit_hook(
commit_hook(
db: number,
callback: (() => number) | null): void;

Expand Down

0 comments on commit dc9b8a1

Please sign in to comment.