From e99fba1eb287cc59a40b398a7801baabf053c3fe Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sat, 27 Mar 2021 19:13:20 +0200 Subject: [PATCH] chore: re-order imports --- rollup/client_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {