Skip to content

Commit

Permalink
Linter only
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Oct 1, 2024
1 parent ea0c5e9 commit 8448b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/group/internal/math/dec.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package math
import (
"fmt"

"github.com/cockroachdb/apd/v3"

errorsmod "cosmossdk.io/errors"
"cosmossdk.io/x/group/errors"

"github.com/cockroachdb/apd/v3"
)

// Dec is a wrapper struct around apd.Decimal that does no mutation of apd.Decimal's when performing
Expand Down

0 comments on commit 8448b1e

Please sign in to comment.