summaryrefslogtreecommitdiff
path: root/cmd/check/command/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/check/command/command.go')
-rw-r--r--cmd/check/command/command.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/check/command/command.go b/cmd/check/command/command.go
index e72f792..f260681 100644
--- a/cmd/check/command/command.go
+++ b/cmd/check/command/command.go
@@ -8,7 +8,6 @@ import (
"gitlab.com/gitlab-org/gitlab-shell/internal/config"
)
-
func New(config *config.Config, readWriter *readwriter.ReadWriter) (command.Command, error) {
if cmd := build(config, readWriter); cmd != nil {
return cmd, nil