File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3039,7 +3039,7 @@ func TestInit(t *testing.T) {
30393039 require .Error (t , err , "index.lock file should be removed after Init()" )
30403040 require .ErrorContains (t , err , ".git/index.lock: no such file or directory" )
30413041 _ , err = os .Stat (indexFile )
3042- //index file should stay after Init(), since it was recreated after repo reset
3042+ // index file should stay after Init(), since it was recreated after repo reset
30433043 require .NoError (t , err )
30443044 _ , err = os .Stat (headLockFile )
30453045 require .Error (t , err , "HEAD.lock file should be removed after Init()" )
@@ -3059,7 +3059,7 @@ func TestInit(t *testing.T) {
30593059 require .NoError (t , service .Init ())
30603060
30613061 _ , err = os .Stat (headLockDir )
3062- //headLockDir should stay after Init(), since it is a directory
3062+ // headLockDir should stay after Init(), since it is a directory
30633063 require .NoError (t , err )
30643064}
30653065
You can’t perform that action at this time.
0 commit comments