Skip to content

Commit

Permalink
fix: ascii art spacing (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <dori@starkware.co>
  • Loading branch information
dorimedini-starkware authored Jul 29, 2024
1 parent c7871b4 commit cebfa75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ use crate::storage::storage_trait::{create_db_key, StarknetPrefix, StorageKey, S
/// / \
/// 26 90
/// / / \
/// * 25 65
/// / 25 65
/// / \ / \
/// 24 * 6 59
/// 24 \ 6 59
/// / \ \ / / \
/// 11 13 20 5 19 40
///
Expand All @@ -149,9 +149,9 @@ use crate::storage::storage_trait::{create_db_key, StarknetPrefix, StorageKey, S
/// / \
/// E B
/// / / \
/// * E B
/// / E B
/// / \ / \
/// 24 * E B
/// 24 \ E B
/// \ / \
/// 20 5 40
#[case::tree_of_height_4_with_long_edge(
Expand Down Expand Up @@ -293,7 +293,7 @@ fn test_create_tree(
///
/// 1
/// / \
/// * *
/// ^ /
/// / \ /
/// 4 5 6
/// / \ / \ /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub(crate) fn create_contract_state_leaf_entry(val: u128) -> (StorageKey, Storag
/// / \ /
/// E E B
/// / \ / \
/// * B B E
/// / B B E
/// / / \ \
/// 303 NZ 47 UB
///
Expand Down

0 comments on commit cebfa75

Please sign in to comment.