Skip to content

Commit 37cc33d

Browse files
author
Vic Shóstak
committed
Fix go gmt issue
1 parent b9a8f3f commit 37cc33d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/cgapp/git_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ func TestGitClone(t *testing.T) {
6262

6363
func Test_getAbsoluteURL(t *testing.T) {
6464
type args struct {
65-
templateURL string
65+
templateURL string
6666
}
6767
tests := []struct {
68-
name string
69-
args args
68+
name string
69+
args args
7070
want string
7171
}{
7272
{

0 commit comments

Comments
 (0)