From 4757018c2d90e0f47ae29f949386e10dba317196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Irmak?= Date: Tue, 3 Jun 2025 16:01:54 +0300 Subject: [PATCH] Update cpu_disabled.go --- metrics/cpu_disabled.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/cpu_disabled.go b/metrics/cpu_disabled.go index 2c18f825b0..37c3e1b8f7 100644 --- a/metrics/cpu_disabled.go +++ b/metrics/cpu_disabled.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