installer: Add missing new-line after "comment fields are up to date"
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 13 Jul 2018 04:15:39 +0000 (21:15 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 13 Jul 2018 04:16:48 +0000 (21:16 -0700)
commit9c166a837976301c698e1b0293813b0a4b755722
treea6e7ed0b4e4b0410cbcf8bda7667c97f62df20c1
parente81c2423de097008787e78410b9536befdeebcf0
installer: Add missing new-line after "comment fields are up to date"

Before:
> ...comment fields are up to date...hitcounter doesn't exist.
> ...site_stats table does not contain ss_total_views field.

After:
> ...comment fields are up to date.
> ...hitcounter doesn't exist.
> ...site_stats table does not contain ss_total_views field.

Change-Id: Ia99758f9af379a84c20d99e05838802965def3b6
includes/installer/MysqlUpdater.php