From dae3d00400a94a773ce2ceb1bc5ae462ac8b9871 Mon Sep 17 00:00:00 2001 From: Matt Snyder Date: Thu, 18 Jan 2024 20:22:28 -0600 Subject: [PATCH] gofmt Signed-off-by: Matt Snyder --- internal/commands/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/test.go b/internal/commands/test.go index c3c083f3c6..21f53e981f 100644 --- a/internal/commands/test.go +++ b/internal/commands/test.go @@ -189,6 +189,6 @@ func NewTestCommand(ctx context.Context) *cobra.Command { cmd.Flags().StringSlice("proto-file-dirs", []string{}, "A list of directories containing Protocol Buffer definitions") cmd.Flags().BoolP("tls", "s", true, "Use TLS to access the registry") - + return &cmd }