diff options
author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2022-03-06 17:55:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 17:55:17 +0800 |
commit | e452d94fc842da6623c8fde67b9d71a1ee739f0a (patch) | |
tree | e8e0c1c5206bed01f4634dc81ebcbf5af77f8d65 /internal/cmd/cert.go | |
parent | 2466da4e82c3658cb9e05498961ad130e0467f0d (diff) |
autofix: format code with gofumpt and gofmt (#6803)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Diffstat (limited to 'internal/cmd/cert.go')
-rw-r--r-- | internal/cmd/cert.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cmd/cert.go b/internal/cmd/cert.go index 7c91c2c6..c8280a12 100644 --- a/internal/cmd/cert.go +++ b/internal/cmd/cert.go @@ -1,3 +1,4 @@ +//go:build cert // +build cert // Copyright 2009 The Go Authors. All rights reserved. |