Skip to content

Commit e05f47d

Browse files
committed
Fix checks-backend
1 parent 1d08a41 commit e05f47d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/lfs/http_client.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ import (
2020

2121
const httpBatchSize = 20
2222

23-
var (
24-
ErrUnexpectedEOF = errors.New("unexpected EOF in response")
25-
)
23+
var ErrUnexpectedEOF = errors.New("unexpected EOF in response")
2624

2725
// HTTPClient is used to communicate with the LFS server
2826
// https://github.com/git-lfs/git-lfs/blob/main/docs/api/batch.md

0 commit comments

Comments
 (0)