From a121cb124e2acd21f055a786d7b9dbf8a1c5f05e Mon Sep 17 00:00:00 2001 From: Milad Nazari Date: Wed, 1 Jan 2025 23:41:40 +0330 Subject: [PATCH] remove unnecessary whitespace --- backend/internal/nginx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/nginx.js b/backend/internal/nginx.js index d0882ccc..5f802c00 100644 --- a/backend/internal/nginx.js +++ b/backend/internal/nginx.js @@ -185,7 +185,7 @@ const internalNginx = { // Prevent modifying the original object: let host = JSON.parse(JSON.stringify(host_row)); const nice_host_type = internalNginx.getFileFriendlyHostType(host_type); - + if (config.debug()) { logger.info('Generating ' + nice_host_type + ' Config:', JSON.stringify(host, null, 2)); }