Removed excess comma.

This commit is contained in:
tastytea 2020-01-12 15:24:05 +01:00
parent e669c65d2e
commit 20410ece28
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int main(int argc, char *argv[])
const auto answer{connection.patch(
masto::API::v1::accounts_update_credentials,
{
{"display_name", name},
{"display_name", name}
})};
if (answer)
{