Skip to content

Commit

Permalink
tiny nit
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed May 30, 2024
1 parent 0f872d9 commit 4f37530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/types/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (t Trace) Validate() error {
return nil
}

// String returns the Trace the format:
// String returns the Trace in the format:
// <portID>/<channelID>
func (t Trace) String() string {
return fmt.Sprintf("%s/%s", t.PortId, t.ChannelId)
Expand Down

0 comments on commit 4f37530

Please sign in to comment.