Skip to content

Commit 9435f0d

Browse files
committed
bye hey
1 parent 0884405 commit 9435f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patrol/patrol_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
"github.com/go-git/go-git/v5/plumbing/object"
1515
"github.com/stretchr/testify/assert"
1616
"github.com/stretchr/testify/require"
17+
1718
"github.com/utilitywarehouse/patrol/patrol"
1819
)
1920

@@ -101,7 +102,6 @@ func copy(source, destination string) error {
101102
if errors.Is(err, os.ErrExist) {
102103
return nil
103104
}
104-
fmt.Println("hey")
105105
return err
106106
}
107107
} else {

0 commit comments

Comments
 (0)