Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JekaMas authored May 12, 2022
1 parent a57d211 commit b05c336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/leak/ignore_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "go.uber.org/goleak"

func IgnoreList() []goleak.Option {
return []goleak.Option{
// a list of goroutne leaks that
// a list of goroutne leaks that hard to fix due to external dependencies or too big refactoring needed
goleak.IgnoreTopFunction("github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache"),
goleak.IgnoreTopFunction("github.com/rjeczalik/notify.(*recursiveTree).dispatch"),
goleak.IgnoreTopFunction("github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch"),
Expand Down

0 comments on commit b05c336

Please sign in to comment.