Skip to content

Commit

Permalink
chore: right identation in the comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Dec 1, 2021
1 parent de90ca3 commit 59a4d59
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/blocktree/blocktree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,13 +494,13 @@ func TestBlockTree_AllLeavesHasSameNumberAndArrivalTime_DeepestBlockHash_ShouldH
the leaves has the same number (8) the numbers in the right represents the order
the nodes are inserted into the blocktree.
a -> b -> c -> d -> e -> f -> g -> h (1)
| | | | | |-> h (7)
| | | | |-> g -> h (6)
| | | |-> f -> g -> h (5)
| | |-> e -> f -> g -> h (4)
| |-> d -> e -> f -> g -> h (3)
|-> c -> d -> e -> f -> g -> h (2)
a -> b -> c -> d -> e -> f -> g -> h (1)
| | | | | |---> h (7)
| | | | |-> g --> h (6)
| | | |-> f -> g --> h (5)
| | |-> e -> f -> g --> h (4)
| |-> d -> e -> f -> g --> h (3)
|-> c -> d -> e -> f -> g --> h (2)
**/

for i := 1; i <= deep; i++ {
Expand Down

0 comments on commit 59a4d59

Please sign in to comment.