Skip to content

Commit ab18780

Browse files
committed
Make cargo fmt happy
1 parent b7ebf74 commit ab18780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

heed/src/envs/env.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ use crate::mdb::lmdb_flags::AllDatabaseFlags;
2222
#[allow(unused)] // for cargo auto doc links
2323
use crate::EnvOpenOptions;
2424
use crate::{
25-
assert_eq_env_txn, CompactionOption, Database, DatabaseOpenOptions, EnvFlags, Error, Result, RoTxn, RwTxn,
26-
Unspecified, WithTls, WithoutTls,
25+
assert_eq_env_txn, CompactionOption, Database, DatabaseOpenOptions, EnvFlags, Error, Result,
26+
RoTxn, RwTxn, Unspecified, WithTls, WithoutTls,
2727
};
2828

2929
/// An environment handle constructed by using [`EnvOpenOptions::open`].

0 commit comments

Comments
 (0)