From 4946b97c3d1ef2a3806fc3fc624666ab5db2ee14 Mon Sep 17 00:00:00 2001 From: happy-capybara-man Date: Fri, 19 Dec 2025 02:56:25 +0800 Subject: [PATCH] js: remove empty line before EOF in helpers.js --- modules/js/src/helpers.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/js/src/helpers.js b/modules/js/src/helpers.js index 67dc8639fa..315f802eb1 100644 --- a/modules/js/src/helpers.js +++ b/modules/js/src/helpers.js @@ -425,5 +425,4 @@ Module['onRuntimeInitialized'] = function() { typeof cv.Mat.prototype.mat_clone === 'function') { cv.Mat.prototype.clone = cv.Mat.prototype.mat_clone; } -}; - +}; \ No newline at end of file