Skip to content

Commit dc9b8a1

Browse files
committed
Fix spacing
1 parent 729af6f commit dc9b8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ declare interface SQLiteAPI {
458458
*/
459459
column_type(stmt: number, i: number): number;
460460

461-
/**
461+
/**
462462
* Register a commit hook
463463
*
464464
* @see https://www.sqlite.org/c3ref/commit_hook.html
@@ -467,7 +467,7 @@ declare interface SQLiteAPI {
467467
* @param callback If a non-zero value is returned, commit is converted into
468468
* a rollback; disables callback when null
469469
*/
470-
commit_hook(
470+
commit_hook(
471471
db: number,
472472
callback: (() => number) | null): void;
473473

0 commit comments

Comments
 (0)