From acc48bf7d96db2366905cbb7f4bf5d10e197bbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Irmak?= Date: Tue, 3 Jun 2025 16:02:13 +0300 Subject: [PATCH] Update cpu_enabled.go --- metrics/cpu_enabled.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/cpu_enabled.go b/metrics/cpu_enabled.go index daf7d8856d..37c23cad1a 100644 --- a/metrics/cpu_enabled.go +++ b/metrics/cpu_enabled.go @@ -14,8 +14,8 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -//go:build !ios && !js && !wasip1 && !tinygo.riscv -// +build !ios,!js,!wasip1,!tinygo.riscv +//go:build !ios && !js && !wasip1 && !tinygo +// +build !ios,!js,!wasip1,!tinygo package metrics