From 4ddbf7192099fc2c271761b0dc3080cb9954fa26 Mon Sep 17 00:00:00 2001 From: Matthew Nickson Date: Thu, 21 Apr 2022 17:15:39 +0100 Subject: [PATCH] Fixed trailing spaces in database.js Signed-off-by: Matthew Nickson --- server/database.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/database.js b/server/database.js index 9cfcd7b8e..4189754a2 100644 --- a/server/database.js +++ b/server/database.js @@ -93,7 +93,7 @@ class Database { * Connect to the database * @param {boolean} [testMode=false] Should the connection be * started in test mode? - * @param {boolean} [autoloadModels=true] Should models be + * @param {boolean} [autoloadModels=true] Should models be * automatically loaded? * @param {boolean} [noLog=false] Should logs not be output? * @returns {Promise} @@ -243,7 +243,7 @@ class Database { await setSetting("databasePatchedFiles", databasePatchedFiles); } - /** + /** * Migrate status page value in setting to "status_page" table * @returns {Promise} */