Reformatted for 80 char rule.
the build was successful Details

This commit is contained in:
tastytea 2019-03-14 18:34:34 +01:00
parent c43436d970
commit c4fae35100
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ const curlpp::Forms API::maptoformdata(const parametermap &map)
{
for (const string &str : it.second)
{
formdata.push_back(new curlpp::FormParts::Content(it.first + "[]",
str));
formdata.push_back(
new curlpp::FormParts::Content(it.first + "[]", str));
}
}
}