Skip to content

Commit

Permalink
use lava slices
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroms committed Sep 19, 2024
1 parent 391608a commit c83629b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x/pairing/keeper/staking.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ package keeper

import (
"fmt"
"slices"

Check failure on line 5 in x/pairing/keeper/staking.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
slices "github.com/lavanet/lava/v3/utils/lavaslices"

"strconv"
"time"

Check failure on line 9 in x/pairing/keeper/staking.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)

Expand Down

0 comments on commit c83629b

Please sign in to comment.