Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jun 25, 2024
1 parent ea4bf6a commit 8886695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grovedb/src/element/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ use grovedb_path::SubtreePath;
#[cfg(feature = "full")]
use grovedb_storage::{rocksdb_storage::RocksDbStorage, RawIterator, StorageContext};

use crate::query_result_type::Path;
#[cfg(feature = "full")]
use crate::{
element::helpers::raw_decode,
Expand All @@ -52,10 +53,9 @@ use crate::{
QueryPathKeyElementTrioResultType,
},
},
util::{merk_optional_tx, storage_context_optional_tx, merk_optional_tx_internal_error},
util::{merk_optional_tx, merk_optional_tx_internal_error, storage_context_optional_tx},
Error, PathQuery, TransactionArg,
};
use crate::{query_result_type::Path};
#[cfg(any(feature = "full", feature = "verify"))]
use crate::{Element, SizedQuery};

Expand Down

0 comments on commit 8886695

Please sign in to comment.