From fd6bc955ffd89be68a02b803ac12042b67d848eb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 3 Aug 2019 09:41:16 -0700 Subject: [PATCH] Remove extra line --- src/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications.js b/src/notifications.js index d0186e515..48cebdc6a 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -242,7 +242,7 @@ function appUpdated(eventId, app, callback) { : `${app.manifest.title} at ${app.fqdn} updated to package version ${app.manifest.version}`; actionForAllAdmins([], function (admin, done) { - add(admin.id, eventId, title, `The application ${app.manifest.title} installed at https://${app.fqdn} was updated.\n\nChangelog:\n${app.manifest.changelog}\n\n`, function (error) { + add(admin.id, eventId, title, `The application ${app.manifest.title} installed at https://${app.fqdn} was updated.\n\nChangelog:\n${app.manifest.changelog}\n`, function (error) { if (error) return callback(error); mailer.appUpdated(admin.email, app, function (error) {