Skip to content

Commit 00baccb

Browse files
committed
Go: autoformat
1 parent 81dea9f commit 00baccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ func extract(workspace project.GoWorkspace) bool {
487487

488488
// Build the project and run the extractor.
489489
func installDependenciesAndBuild() {
490-
// do not print experiments the autobuilder was built with if any, only the version
491-
version := strings.SplitN(runtime.Version(), " ", 2)[0]
490+
// do not print experiments the autobuilder was built with if any, only the version
491+
version := strings.SplitN(runtime.Version(), " ", 2)[0]
492492
log.Printf("Autobuilder was built with %s, environment has %s\n", version, toolchain.GetEnvGoVersion())
493493

494494
srcdir := getSourceDir()

0 commit comments

Comments
 (0)