Skip to content

Commit

Permalink
Organizing package imports by sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Chatham committed Oct 11, 2024
1 parent c99ef69 commit de5189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rewards/claim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"errors"
"flag"
orderedmap "github.com/wk8/go-ordered-map/v2"
"math/big"
"os"
"sort"
Expand All @@ -24,6 +23,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/urfave/cli/v2"
"github.com/wk8/go-ordered-map/v2"
)

type fakeELReader struct {
Expand Down

0 comments on commit de5189d

Please sign in to comment.