diff options
Diffstat (limited to 'internal/proxy/proxytest/module.go')
| -rw-r--r-- | internal/proxy/proxytest/module.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/proxy/proxytest/module.go b/internal/proxy/proxytest/module.go index 6b91a31b..7352e613 100644 --- a/internal/proxy/proxytest/module.go +++ b/internal/proxy/proxytest/module.go @@ -20,7 +20,7 @@ type Module struct { } // Some module proxies incorrectly return a space after the version. Tests may -// simulate that that behavior by giving m.Version a space suffix. This function +// simulate that behavior by giving m.Version a space suffix. This function // will always, however, return the correct form for the version. func (m *Module) TidyVersion() string { return strings.TrimSpace(m.Version) |
