From 582c62ec74d06936c88d4b760c63cbc2925e69c7 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sat, 31 Oct 2020 01:28:59 +0000 Subject: [PATCH] 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 Reviewed-by: Dominik Honnef --- go/analysis/singlechecker/singlechecker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/analysis/singlechecker/singlechecker.go b/go/analysis/singlechecker/singlechecker.go index 500a40a58d..28530777be 100644 --- a/go/analysis/singlechecker/singlechecker.go +++ b/go/analysis/singlechecker/singlechecker.go @@ -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 (