From 76f1553fb910d5dbc99687b43359000034cdbef4 Mon Sep 17 00:00:00 2001 From: bagtoad <47394200+BagToad@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:19:27 -0700 Subject: [PATCH] Fix formatting in client_test.go comments for linter --- git/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/client_test.go b/git/client_test.go index 0014ddc3f..41b651d0a 100644 --- a/git/client_test.go +++ b/git/client_test.go @@ -1655,7 +1655,7 @@ func createMockedCommandContext(t *testing.T, commands mockedCommands) commandCt marshaledCommands, err := json.Marshal(commands) require.NoError(t, err) - // invokes helper within current test binary, emulating desired behavior + // invokes helper within current test binary, emulating desired behavior return func(ctx context.Context, exe string, args ...string) *exec.Cmd { cmd := exec.CommandContext(context.Background(), os.Args[0], "-test.run=TestCommandMocking", "--") cmd.Env = []string{