From 3ce37eb126960b173dbdadd31db5aa827ea5ac8d Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 16 Sep 2021 21:35:39 +0200 Subject: [PATCH] pushmsg: Remove blank line. --- pushmsg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pushmsg.cpp b/pushmsg.cpp index 72c3044..45142ab 100644 --- a/pushmsg.cpp +++ b/pushmsg.cpp @@ -59,7 +59,6 @@ void read_options(int argc, char *argv[]) message.base_url = vm["baseurl"].as(); message.token = vm["token"].as(); if (vm.count("title") != 0) - { message.title = vm["title"].as(); }