From 515bfeb98c87e04d36650939aa99e48f28555f85 Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Wed, 8 Sep 2021 15:45:06 +0000 Subject: refactor: fix style issues --- cmd/check/command/command.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/check/command/command.go') 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 -- cgit v1.2.1