beacon/engine: rm newline

This commit is contained in:
Felix Lange 2026-05-19 17:48:55 +02:00
parent cd2dbd4d13
commit 727816ce00

View file

@ -82,7 +82,6 @@ func (e ExecutionPayloadEnvelope) MarshalJSON() ([]byte, error) {
b.RawValue(witness)
}
})
return b.Output(), nil
}