From e86ab97b7ed6ae2f55dccd90c5ea389b5ae45d82 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Wed, 4 Feb 2026 17:26:01 +0530 Subject: [PATCH] chore: add line in the end so linter check passes --- erpnext/public/js/utils/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/utils/demo.js b/erpnext/public/js/utils/demo.js index e0da8985e9b..db15834ae95 100644 --- a/erpnext/public/js/utils/demo.js +++ b/erpnext/public/js/utils/demo.js @@ -28,4 +28,4 @@ erpnext.demo.clear_demo = function () { }, }); }); -}; \ No newline at end of file +};