Skip to content

Commit

Permalink
chg: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Oct 31, 2024
1 parent 62cf332 commit 9994ce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridge/setu/listener/rootchain_selfheal_graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/maticnetwork/heimdall/helper"
"io"
"math/big"
"net/http"
Expand All @@ -15,6 +14,8 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
jsoniter "github.com/json-iterator/go"

"github.com/maticnetwork/heimdall/helper"
)

// StakeUpdate represents the StakeUpdate event
Expand Down

0 comments on commit 9994ce2

Please sign in to comment.