From 17709ec948072d956408ab74ee98c2a7e30fbead Mon Sep 17 00:00:00 2001 From: Will Hester Date: Tue, 27 Feb 2024 13:12:38 +0000 Subject: [PATCH] gofumpt --- go/enclave/enclave.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/enclave/enclave.go b/go/enclave/enclave.go index 5c42e334ca..7ec06821d0 100644 --- a/go/enclave/enclave.go +++ b/go/enclave/enclave.go @@ -5,7 +5,6 @@ import ( "encoding/json" "errors" "fmt" - "github.com/ethereum/go-ethereum/rlp" "math/big" "sync" "time" @@ -52,6 +51,7 @@ import ( gethcommon "github.com/ethereum/go-ethereum/common" gethcore "github.com/ethereum/go-ethereum/core" gethlog "github.com/ethereum/go-ethereum/log" + "github.com/ethereum/go-ethereum/rlp" gethrpc "github.com/ethereum/go-ethereum/rpc" )