Skip to content

Commit

Permalink
chore: final linting
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Jan 20, 2024
1 parent 67a8a6b commit 0ddd1c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pkg/polylog/polyzero/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ var (
`"time":"%s`,
expectedTime.Format(expectedTimestampDayPrecisionLayout),
)
expectedTimeEventContains = fmt.Sprintf(`"Time":"%s`, expectedTime.Format(expectedTimeLayout))
expectedDuration = time.Millisecond + (250 * time.Nanosecond) // 1000250
expectedDurationString = expectedDuration.String()[:len(expectedDuration.String())-2] // 1.00025
expectedDurationEventContains = fmt.Sprintf(`"Dur":%s`, expectedDurationString)
Expand Down
1 change: 0 additions & 1 deletion x/supplier/keeper/query_proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package keeper

import (
"context"
"fmt"

"github.com/cosmos/cosmos-sdk/store/prefix"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down
2 changes: 1 addition & 1 deletion x/supplier/keeper/query_proof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestProofQuerySingle(t *testing.T) {
wctx := sdk.WrapSDKContext(ctx)
proofs := createNProofs(keeper, ctx, 2)

var randSupplierAddr = sample.AccAddress()
randSupplierAddr := sample.AccAddress()
tests := []struct {
desc string
request *types.QueryGetProofRequest
Expand Down

0 comments on commit 0ddd1c4

Please sign in to comment.