Skip to content

Commit ca27133

Browse files
findleyrgopherbot
authored andcommitted
internal/cmd/weave: fix missing newline
Change-Id: Icd6026b2eafae254c0637a806e771334b4232fbd Reviewed-on: https://go-review.googlesource.com/c/example/+/702378 Auto-Submit: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 7a4eec5 commit ca27133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/weave/weave.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func main() {
8484
}
8585
}
8686

87-
printf("<!-- Autogenerated by weave; DO NOT EDIT -->")
87+
printf("<!-- Autogenerated by weave; DO NOT EDIT -->\n")
8888

8989
// Pass 1: extract table of contents.
9090
var toc []string

0 commit comments

Comments
 (0)