From 8ea409f829091208d2d0ba4d81ecbe83b0fee9bb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 11 Apr 2022 13:12:03 -0400 Subject: all: gofmt Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: Ia9e71e7ecac75822ff43d6c7e60f512442a5fa50 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/399617 Run-TryBot: Russ Cox TryBot-Result: kokoro Auto-Submit: Russ Cox Reviewed-by: Jonathan Amsterdam --- internal/testing/sample/sample.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/testing/sample/sample.go') diff --git a/internal/testing/sample/sample.go b/internal/testing/sample/sample.go index c2fcf9dd..1576ab1c 100644 --- a/internal/testing/sample/sample.go +++ b/internal/testing/sample/sample.go @@ -158,7 +158,8 @@ func coveragePercentEqual(a, b float64) bool { // // This makes it easier to work with timestamps in PostgreSQL, which have // Microsecond precision: -// https://www.postgresql.org/docs/9.1/datatype-datetime.html +// +// https://www.postgresql.org/docs/9.1/datatype-datetime.html func NowTruncated() time.Time { return time.Now().In(time.UTC).Truncate(time.Microsecond) } -- cgit v1.3