summaryrefslogtreecommitdiffstats
path: root/commands/check_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/check_darwin.go')
-rw-r--r--commands/check_darwin.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/commands/check_darwin.go b/commands/check_darwin.go
index 9291be84c..ac542916d 100644
--- a/commands/check_darwin.go
+++ b/commands/check_darwin.go
@@ -24,10 +24,11 @@ type checkCmd struct {
}
func newCheckCmd() *checkCmd {
- cc := &checkCmd{baseCmd: &baseCmd{cmd: &cobra.Command{
- Use: "check",
- Short: "Contains some verification checks",
- },
+ cc := &checkCmd{baseCmd: &baseCmd{
+ cmd: &cobra.Command{
+ Use: "check",
+ Short: "Contains some verification checks",
+ },
}}
cc.cmd.AddCommand(newLimitCmd().getCommand())