Skip to content

Commit ba15abe

Browse files
committed
style: fix import ordering in jni-bridge lib.rs
1 parent f1ece6c commit ba15abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/jni-bridge/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ mod comet_udf_bridge;
196196
mod shuffle_block_iterator;
197197

198198
use batch_iterator::CometBatchIterator;
199-
use comet_udf_bridge::CometUdfBridge;
200199
pub use comet_metric_node::*;
201200
pub use comet_task_memory_manager::*;
201+
use comet_udf_bridge::CometUdfBridge;
202202
use shuffle_block_iterator::CometShuffleBlockIterator;
203203

204204
/// The JVM classes that are used in the JNI calls.

0 commit comments

Comments
 (0)