From 6165817119935454ad4f6bf1730b50f7f5da13a6 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 30 Jun 2023 02:32:20 +0200 Subject: [PATCH] lint --- libs/git/clone_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/git/clone_test.go b/libs/git/clone_test.go index f337ea4c..3735abe7 100644 --- a/libs/git/clone_test.go +++ b/libs/git/clone_test.go @@ -13,7 +13,7 @@ import ( func TestGitCloneCLINotFound(t *testing.T) { // Set PATH to "", so git CLI cannot be found t.Setenv("PATH", "") - + tmpDir := t.TempDir() cmdIO := cmdio.NewIO("text", os.Stdin, os.Stdout, os.Stderr, "") ctx := cmdio.InContext(context.Background(), cmdIO)