Skip to content

Commit 1bce053

Browse files
committed
cargo fmt
1 parent 4ad0f6a commit 1bce053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use std::ffi::{self, CStr, CString};
55
use std::num::{NonZero, NonZeroUsize};
66
use tracing::trace;
7-
use turso_core::{CheckpointMode, LimboError, ProgramExecutionState, Value};
7+
use turso_core::{CheckpointMode, LimboError, Value};
88

99
use std::sync::{Arc, Mutex};
1010

0 commit comments

Comments
 (0)