Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Commit

Permalink
chore: re-order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Mar 27, 2021
1 parent aaa0a34 commit e99fba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package rollup

import (
"fmt"
"github.com/jarcoal/httpmock"
"math/big"
"testing"

"github.com/jarcoal/httpmock"
)

func TestRollupClientGetL1GasPrice(t *testing.T) {
Expand Down

0 comments on commit e99fba1

Please sign in to comment.