diff --git a/rollup/client_test.go b/rollup/client_test.go index 46ab44497..a391f6c87 100644 --- a/rollup/client_test.go +++ b/rollup/client_test.go @@ -2,9 +2,10 @@ package rollup import ( "fmt" - "github.com/jarcoal/httpmock" "math/big" "testing" + + "github.com/jarcoal/httpmock" ) func TestRollupClientGetL1GasPrice(t *testing.T) {