🤖 format everything with pre-commit by stirlingbot (#5367)

Auto-generated by [create-pull-request][1] with **stirlingbot**

[1]: https://github.com/peter-evans/create-pull-request

Signed-off-by: stirlingbot[bot] <stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
This commit is contained in:
stirlingbot[bot]
2026-01-09 23:08:49 +00:00
committed by GitHub
co-authored by stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
parent 72389f5872
commit 5236c1ccf6
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "gradle" # See documentation for possible values - package-ecosystem: "gradle" # See documentation for possible values
directories: directories:
- "/" # Location of package manifests - "/" # Location of package manifests
- "/app/common" - "/app/common"
- "/app/core" - "/app/core"
+1 -1
View File
@@ -200,4 +200,4 @@
from_name: "tauri" from_name: "tauri"
- name: "license-review-required" - name: "license-review-required"
color: "EDEDED" color: "EDEDED"
description: "This PR requires a license review" description: "This PR requires a license review"
+2 -2
View File
@@ -132,9 +132,9 @@
/** /**
* Extracts and undistorts the image detected within the frame. * Extracts and undistorts the image detected within the frame.
* *
* Returns `null` if no paper is detected. * Returns `null` if no paper is detected.
* *
* @param {*} image image to process * @param {*} image image to process
* @param {*} resultWidth desired result paper width * @param {*} resultWidth desired result paper width
* @param {*} resultHeight desired result paper height * @param {*} resultHeight desired result paper height
+3 -3
View File
@@ -20,7 +20,7 @@
root.cv = factory(); root.cv = factory();
} }
}(this, function () { }(this, function () {
var cv = (function() { var cv = (function() {
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined; var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
return ( return (
@@ -40,9 +40,9 @@ if (typeof exports === 'object' && typeof module === 'object')
define([], function() { return cv; }); define([], function() { return cv; });
else if (typeof exports === 'object') else if (typeof exports === 'object')
exports["cv"] = cv; exports["cv"] = cv;
if (typeof Module === 'undefined') if (typeof Module === 'undefined')
Module = {}; Module = {};
return cv(Module); return cv(Module);
})); }));