🤖 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
parent 72389f5872
commit 5236c1ccf6
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
version: 2
updates:
- package-ecosystem: "gradle" # See documentation for possible values
directories:
directories:
- "/" # Location of package manifests
- "/app/common"
- "/app/core"

2
.github/labels.yml vendored
View File

@@ -200,4 +200,4 @@
from_name: "tauri"
- name: "license-review-required"
color: "EDEDED"
description: "This PR requires a license review"
description: "This PR requires a license review"

View File

@@ -132,9 +132,9 @@
/**
* Extracts and undistorts the image detected within the frame.
*
*
* Returns `null` if no paper is detected.
*
*
* @param {*} image image to process
* @param {*} resultWidth desired result paper width
* @param {*} resultHeight desired result paper height

View File

@@ -20,7 +20,7 @@
root.cv = factory();
}
}(this, function () {
var cv = (function() {
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
return (
@@ -40,9 +40,9 @@ if (typeof exports === 'object' && typeof module === 'object')
define([], function() { return cv; });
else if (typeof exports === 'object')
exports["cv"] = cv;
if (typeof Module === 'undefined')
Module = {};
return cv(Module);
}));