Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Apr 16, 2024
1 parent a5d0212 commit 11881ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions crates/katana/storage/db/src/mdbx/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,9 @@ impl Tx<RW> {

#[cfg(test)]
mod tests {
use crate::{
mdbx::{test_utils::create_test_db, DbEnvKind},
tables::{Headers, Table},
};
use crate::mdbx::test_utils::create_test_db;
use crate::mdbx::DbEnvKind;
use crate::tables::{Headers, Table};

const ERROR_DROP_TABLE: &str = "Not able to drop table.";
const ERROR_INIT_TX: &str = "Failed to create a MDBX transaction.";
Expand Down

0 comments on commit 11881ca

Please sign in to comment.