Skip to content

Commit 59a4d59

Browse files
chore: right identation in the comment block
1 parent de90ca3 commit 59a4d59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/blocktree/blocktree_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -494,13 +494,13 @@ func TestBlockTree_AllLeavesHasSameNumberAndArrivalTime_DeepestBlockHash_ShouldH
494494
the leaves has the same number (8) the numbers in the right represents the order
495495
the nodes are inserted into the blocktree.
496496
497-
a -> b -> c -> d -> e -> f -> g -> h (1)
498-
| | | | | |-> h (7)
499-
| | | | |-> g -> h (6)
500-
| | | |-> f -> g -> h (5)
501-
| | |-> e -> f -> g -> h (4)
502-
| |-> d -> e -> f -> g -> h (3)
503-
|-> c -> d -> e -> f -> g -> h (2)
497+
a -> b -> c -> d -> e -> f -> g -> h (1)
498+
| | | | | |---> h (7)
499+
| | | | |-> g --> h (6)
500+
| | | |-> f -> g --> h (5)
501+
| | |-> e -> f -> g --> h (4)
502+
| |-> d -> e -> f -> g --> h (3)
503+
|-> c -> d -> e -> f -> g --> h (2)
504504
**/
505505

506506
for i := 1; i <= deep; i++ {

0 commit comments

Comments
 (0)