go/analysis/singlechecker: fix whitespace in package documentation

Consistent whitespace makes godoc render the snippet without
extraneous leading indentation.

Change-Id: If7b6910cd431ada0db0f59b7aecc9e5bd011af23
Reviewed-on: https://go-review.googlesource.com/c/tools/+/266877
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dominik Honnef <dominik@honnef.co>
This commit is contained in:
Dmitri Shuralyov 2020-10-31 01:28:59 +00:00
parent 4fc0492b8e
commit 582c62ec74
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// all that is needed to define a standalone tool is a file,
// example.org/findbadness/cmd/findbadness/main.go, containing:
//
// // The findbadness command runs an analysis.
// // The findbadness command runs an analysis.
// package main
//
// import (