Skip to content

Commit

Permalink
Cloud: [skip ci] add missing closing curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 18, 2020
1 parent f05253f commit 87c0365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Cloud/App/AppCloud.cpp
Expand Up @@ -984,7 +984,7 @@ void Cloud::CloudReader::DownloadFile(Cloud::CloudReader::FileEntry *entry)
{
chunk = Cloud::BuildHeaderAmzS3v4( strURL.c_str(), this->TCPPort, this->TokenAuth, RequestDatav4);
delete RequestDatav4;

}

curl_easy_setopt(curl, CURLOPT_HTTPHEADER, chunk);

Expand Down

1 comment on commit 87c0365

@vejmarie
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh sorry. I removed it while looking for the space vs tab

Please sign in to comment.