From 727816ce0091e2c37f4704b77fc95d0584395b82 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 19 May 2026 17:48:55 +0200 Subject: [PATCH] beacon/engine: rm newline --- beacon/engine/codec_epe.go | 1 - 1 file changed, 1 deletion(-) diff --git a/beacon/engine/codec_epe.go b/beacon/engine/codec_epe.go index dd997f82d0..4cab1122e1 100644 --- a/beacon/engine/codec_epe.go +++ b/beacon/engine/codec_epe.go @@ -82,7 +82,6 @@ func (e ExecutionPayloadEnvelope) MarshalJSON() ([]byte, error) { b.RawValue(witness) } }) - return b.Output(), nil }