1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

js: remove empty line before EOF in helpers.js

This commit is contained in:
happy-capybara-man
2025-12-19 02:56:25 +08:00
parent 8ea50a77fd
commit 4946b97c3d
+1 -2
View File
@@ -425,5 +425,4 @@ Module['onRuntimeInitialized'] = function() {
typeof cv.Mat.prototype.mat_clone === 'function') {
cv.Mat.prototype.clone = cv.Mat.prototype.mat_clone;
}
};
};