mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 00:32:14 +00:00
Make a cosmetic adjustment
This commit is contained in:
parent
eb7d46fb0c
commit
2464a91759
@ -172,7 +172,6 @@ where
|
|||||||
{
|
{
|
||||||
unsafe {
|
unsafe {
|
||||||
let mut pairs = Vec::with_capacity(count as usize);
|
let mut pairs = Vec::with_capacity(count as usize);
|
||||||
|
|
||||||
for i in 0..(count as isize) {
|
for i in 0..(count as isize) {
|
||||||
let column = {
|
let column = {
|
||||||
let pointer = *columns.offset(i);
|
let pointer = *columns.offset(i);
|
||||||
@ -189,7 +188,6 @@ where
|
|||||||
};
|
};
|
||||||
pairs.push((column, value));
|
pairs.push((column, value));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*(callback as *mut F))(&pairs) {
|
if (*(callback as *mut F))(&pairs) {
|
||||||
0
|
0
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user