diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp index fa180366..7fb7d1b3 100644 --- a/src/plugin/utils.cpp +++ b/src/plugin/utils.cpp @@ -416,13 +416,13 @@ bool send_notification(const std::string& title, if (append_origin) { try { const fs::path this_library = get_this_file_location(); - formatted_body - << "\n" - << "Source: " - << xml_escape(this_library.filename().string()) << ""; + formatted_body << "\n" + << "Source: " + << xml_escape(this_library.filename().string()) + << ""; } catch (const boost::system::system_error&) { // I don't think this can fail in the way we're using it, but the // last thing we want is our notification informing the user of an