Skip to content

Commit

Permalink
update on nit
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Oct 7, 2022
1 parent 691d881 commit 0f727c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/wasm/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ func getExpectedLibwasmVersion() string {
continue
}
if d.Replace != nil {
return fmt.Sprintf(d.Replace.Version)
return d.Replace.Version
}
return fmt.Sprintf(d.Version)
return d.Version
}
return ""
}
Expand Down

0 comments on commit 0f727c0

Please sign in to comment.