From b05c336a831bc1e9466d90da7c70ab4183268bfb Mon Sep 17 00:00:00 2001 From: Evgeny Danilenko <6655321@bk.ru> Date: Thu, 12 May 2022 18:52:40 +0300 Subject: [PATCH] fmt --- common/leak/ignore_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/leak/ignore_list.go b/common/leak/ignore_list.go index ed61342a06..4f0fe62e9b 100644 --- a/common/leak/ignore_list.go +++ b/common/leak/ignore_list.go @@ -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"),