From 5253e74b9ac5224c941654f9eb86c5c981a4f615 Mon Sep 17 00:00:00 2001 From: Sanjeev Lakhwani <52885662+SanjeevLakhwani@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:47:07 +0000 Subject: [PATCH] added missing newline --- create_config_prod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_config_prod.js b/create_config_prod.js index fabc19ed..a54eaf9d 100644 --- a/create_config_prod.js +++ b/create_config_prod.js @@ -19,4 +19,4 @@ if (typeof require !== 'undefined' && require.main === module) { module.exports = { siteConfig, -}; \ No newline at end of file +};