Skip to content

Commit f59ddc4

Browse files
authored
chore(bridge): go formatting (#950)
1 parent ea18a6e commit f59ddc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bridge/tfchain_bridge/pkg/bridge/withdraw.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ func (bridge *Bridge) handleWithdrawExpired(ctx context.Context, withdrawExpired
8383
Str("category", "transfer").
8484
Dict("metadata", zerolog.Dict().
8585
Str("reason", err.Error())).
86-
Str("type", "burn").
87-
Msg("a withdraw failed with no way to refund!")
86+
Str("type", "burn").
87+
Msg("a withdraw failed with no way to refund!")
8888
return bridge.subClient.RetrySetWithdrawExecuted(ctx, withdrawExpired.ID)
8989
}
9090

@@ -93,7 +93,7 @@ func (bridge *Bridge) handleWithdrawExpired(ctx context.Context, withdrawExpired
9393
return err
9494
}
9595
log.Debug().Msgf("stellar account sequence number: %d", sequenceNumber)
96-
96+
9797
err = bridge.subClient.RetryProposeWithdrawOrAddSig(ctx, withdrawExpired.ID, withdrawExpired.Target, big.NewInt(int64(withdrawExpired.Amount)), signature, bridge.wallet.GetKeypair().Address(), sequenceNumber)
9898
if err != nil {
9999
return err
@@ -114,7 +114,7 @@ func (bridge *Bridge) handleWithdrawExpired(ctx context.Context, withdrawExpired
114114
Str("tx_id", fmt.Sprint(withdrawExpired.ID)).
115115
Str("to", withdrawExpired.Target)).
116116
Msgf("a withdraw has proposed with the target stellar address of %s", withdrawExpired.Target)
117-
return nil
117+
return nil
118118
}
119119

120120
// refundable path (starting from tfchain runtime 147)

0 commit comments

Comments
 (0)