From 13ea9617637ba73fc69e20e1b858a2e278298692 Mon Sep 17 00:00:00 2001 From: Pratik Patil Date: Tue, 3 Jun 2025 13:52:22 +0530 Subject: [PATCH] fixed lint --- core/vm/contracts.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/vm/contracts.go b/core/vm/contracts.go index b3596b8eda..2be7ece273 100644 --- a/core/vm/contracts.go +++ b/core/vm/contracts.go @@ -1,3 +1,5 @@ +// nolint + // Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. //