diff --git a/beacon/engine/codec_bapl.go b/beacon/engine/codec_bapl.go index 9db390d48a..b9f46ebf26 100644 --- a/beacon/engine/codec_bapl.go +++ b/beacon/engine/codec_bapl.go @@ -17,7 +17,7 @@ package engine import ( - jsonw "github.com/fjl/jsonw" + "github.com/fjl/jsonw" ) // MarshalJSON implements json.Marshaler. diff --git a/beacon/engine/codec_epe.go b/beacon/engine/codec_epe.go index df4fd7f53b..73deb8f0c6 100644 --- a/beacon/engine/codec_epe.go +++ b/beacon/engine/codec_epe.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" - jsonw "github.com/fjl/jsonw" + "github.com/fjl/jsonw" ) // marshalBlobsBundle writes BlobsBundle as JSON and appends it to buf.