Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Mar 22, 2024
1 parent d4c4443 commit 85d600b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 108,7 @@ function getColumn(handle: Deno.PointerValue, i: number, int64: boolean): any {

case SQLITE_BLOB: {
const ptr = sqlite3_column_blob(handle, i);

if (ptr === null) {
return new Uint8Array();
}
Expand Down

0 comments on commit 85d600b

Please sign in to comment.