Skip to content

Commit b928f15

Browse files
committed
fix: precommit fmt
Signed-off-by: if0ne <pavel.agafonov.al@gmail.com>
1 parent ffabd02 commit b928f15

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

javascript/src/client.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717

1818
use std::collections::{HashMap, HashSet};
1919
use std::path::PathBuf;
20-
use std::sync::mpsc;
21-
use std::sync::Mutex;
20+
use std::sync::{mpsc, Mutex};
2221

2322
use adbc_core::{
23+
Connection, Database, Driver, Optionable, Statement, LOAD_FLAG_DEFAULT,
2424
options::{
2525
AdbcVersion, InfoCode, ObjectDepth, OptionConnection, OptionDatabase, OptionStatement,
2626
OptionValue,
2727
},
28-
Connection, Database, Driver, Optionable, Statement, LOAD_FLAG_DEFAULT,
2928
};
3029
use adbc_driver_manager::{ManagedConnection, ManagedDatabase, ManagedDriver, ManagedStatement};
3130
use arrow_array::RecordBatchReader;

0 commit comments

Comments
 (0)