From 5a4c42738bdbf165981c558c47bece25f63af4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Kokelj?= Date: Tue, 5 Mar 2024 12:04:15 +0100 Subject: [PATCH] lint --- go/common/tracers/tracers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/common/tracers/tracers.go b/go/common/tracers/tracers.go index 65bca6fc03..aa723bddad 100644 --- a/go/common/tracers/tracers.go +++ b/go/common/tracers/tracers.go @@ -1,7 +1,7 @@ // Package tracers: This file was copied/adapted from geth - go-ethereum/eth/tracers // -// nolint +//nolint package tracers import (