Skip to content

Commit e103a9e

Browse files
author
Daisuke Kanda
committed
go fmt
Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
1 parent 2f35ab0 commit e103a9e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmd/tx.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ func relayAcks(ctx context.Context, st core.StrategyI, src, dst *core.ProvableCh
538538
return msgs, nil
539539
}
540540

541-
542541
func relayAcksCmd(ctx *config.Context) *cobra.Command {
543542
const (
544543
flagDoRefresh = "do-refresh"

core/naive-strategy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
sdk "github.com/cosmos/cosmos-sdk/types"
1111
chantypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types"
1212
host "github.com/cosmos/ibc-go/v8/modules/core/24-host"
13-
"github.com/hyperledger-labs/yui-relayer/log"
1413
"github.com/hyperledger-labs/yui-relayer/internal/telemetry"
14+
"github.com/hyperledger-labs/yui-relayer/log"
1515
"github.com/hyperledger-labs/yui-relayer/otelcore/semconv"
1616
"go.opentelemetry.io/otel/attribute"
1717
"go.opentelemetry.io/otel/codes"

0 commit comments

Comments
 (0)