Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Sep 21, 2023
1 parent 8232288 commit 747bec8
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions tm2/pkg/p2p/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ import (

func untestedCodeForCI() {
if true {
if true {
if true {
if true {
if true {
if true {
var _ = 42
}}}}}}
if true {
if true {
if true {
if true {
if true {
_ = 42
}

Check warning on line 26 in tm2/pkg/p2p/key.go

View check run for this annotation

Codecov / codecov/patch

tm2/pkg/p2p/key.go#L18-L26

Added lines #L18 - L26 were not covered by tests
}
}
}
}
}
}

// NodeKey is the persistent peer key.
Expand Down

0 comments on commit 747bec8

Please sign in to comment.