Skip to content

Commit 011c927

Browse files
committed
Remove inconsistent line break in message
1 parent c21b1a6 commit 011c927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/cli/go-autobuilder/go-autobuilder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ func compareVersions(v versionInfo) (msg, version string) {
793793
if semver.Compare("v"+v.goModVersion, "v"+v.goEnvVersion) > 0 {
794794
msg = "The version of Go installed in the environment (" + v.goEnvVersion +
795795
") is lower than the version found in the `go.mod` file (" + v.goModVersion +
796-
").\nWriting an environment file specifying the version of Go from the `go.mod` " +
796+
"). Writing an environment file specifying the version of Go from the `go.mod` " +
797797
"file (" + v.goModVersion + ")."
798798
version = v.goModVersion
799799
diagnostics.EmitVersionGoModHigherVersionEnvironment(msg)

0 commit comments

Comments
 (0)