Skip to content

Commit

Permalink
fixed an accidentally deleted whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joereuss12 committed Sep 19, 2023
1 parent 695da63 commit 159f125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handle_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ func GetTransport() *http.Transport {

// DownloadHTTP - Perform the actual download of the file
func DownloadHTTP(transfer TransferDetails, dest string, token string) (int64, error) {

// Create the client, request, and context
client := grab.NewClient()
transport := GetTransport()
Expand Down

0 comments on commit 159f125

Please sign in to comment.