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