pushmsg: Remove blank line.

This commit is contained in:
tastytea 2021-09-16 21:35:39 +02:00
parent 1850f7b112
commit 3ce37eb126
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ void read_options(int argc, char *argv[])
message.base_url = vm["baseurl"].as<std::string>();
message.token = vm["token"].as<std::string>();
if (vm.count("title") != 0)
{
message.title = vm["title"].as<std::string>();
}