Skip to content

Commit b62e82c

Browse files
committed
fix use statement order.
1 parent 926799e commit b62e82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/comparison/pco_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use ahash::AHashMap;
21
use super::*;
2+
use ahash::AHashMap;
33

44
#[::pco_store::store(timestamp = collected_at, group_by = [database_id], float_round = 2, table_name = comparison_pco_stores)]
55
pub struct QueryStat {

0 commit comments

Comments
 (0)