Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Apr 15, 2024
1 parent a726135 commit 7ae29da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/katana/storage/db/src/tables/v0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ use super::*;
use crate::codecs::{Compress, Decode, Decompress, Encode};
use crate::error::CodecError;
use crate::models::contract::{ContractClassChange, ContractNonceChange};
use crate::models::storage::ContractStorageEntry;
use crate::models::storage::ContractStorageKey;
use crate::models::storage::{ContractStorageEntry, ContractStorageKey};
use crate::{define_tables_enum, dupsort, tables};

// TODO(kariy): can we somehow define this without repeating existing tables, and only add the older ones?
// TODO(kariy): can we somehow define this without repeating existing tables, and only add the older
// ones?
define_tables_enum! {[
(Headers, TableType::Table),
(BlockHashes, TableType::Table),
Expand Down

0 comments on commit 7ae29da

Please sign in to comment.