diff --git a/src/mastodon-cpp.cpp b/src/mastodon-cpp.cpp index 2d7e4bf..38c77bb 100644 --- a/src/mastodon-cpp.cpp +++ b/src/mastodon-cpp.cpp @@ -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)); } } }