summaryrefslogtreecommitdiffstats
path: root/commands/check.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/check.go')
-rw-r--r--commands/check.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/commands/check.go b/commands/check.go
index f36f23969..f9be84852 100644
--- a/commands/check.go
+++ b/commands/check.go
@@ -26,9 +26,10 @@ type checkCmd struct {
}
func newCheckCmd() *checkCmd {
- return &checkCmd{baseCmd: &baseCmd{cmd: &cobra.Command{
- Use: "check",
- Short: "Contains some verification checks",
- },
+ return &checkCmd{baseCmd: &baseCmd{
+ cmd: &cobra.Command{
+ Use: "check",
+ Short: "Contains some verification checks",
+ },
}}
}