Skip to content

Commit

Permalink
common: Properly wrap comment in version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Feb 15, 2022
1 parent a4039c3 commit 0e31695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ func GetOasisCoreVersion() string {

for _, dep := range bi.Deps {
if dep.Path == "github.com/oasisprotocol/oasis-core/go" {
// Convert Go Modules compatible version to Oasis Core's canonical
// version.
// Convert Go Modules compatible version to Oasis Core's
// canonical version.
return ocVersion.ConvertGoModulesVersion(dep.Version)
}
}
Expand Down

0 comments on commit 0e31695

Please sign in to comment.