all: gofmt

Gofmt to update doc comments to the new formatting.

For golang/go#51082.

Change-Id: Ia9626b9086d6a0f5840ea0fc3dae8ed8bc4122e1
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/399606
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: kokoro <noreply+kokoro@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
diff --git a/internal/worker/paths.go b/internal/worker/paths.go
index 3ef3fa1..0840053 100644
--- a/internal/worker/paths.go
+++ b/internal/worker/paths.go
@@ -34,9 +34,9 @@
 }
 
 // negativePrefixPatterns is a list of glob patterns that describe prefixes of
-//  potential module paths that are known not to be modules. These are turned
-//  into regexps below and checked against each module path before calling
-//  pkgsite. This can speed up triage because pkgsite requests are throttled.
+// potential module paths that are known not to be modules. These are turned
+// into regexps below and checked against each module path before calling
+// pkgsite. This can speed up triage because pkgsite requests are throttled.
 var negativePrefixPatterns = []string{
 	"*.blogspot.com",
 	"*.blogspot.dk",