refactor: run go fmt ./... (#169)

This commit is contained in:
Simone Basso 2020-11-13 18:42:10 +01:00 committed by GitHub
commit 163922e001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 218 additions and 226 deletions

View file

@ -8,7 +8,6 @@ import (
"github.com/ooni/probe-cli/internal/version"
)
func init() {
cmd := root.Command("version", "Show version.")
cmd.Action(func(_ *kingpin.ParseContext) error {