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

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] 2025-11-02 20:52:08 +00:00 committed by GitHub
parent 407903a332
commit 69ae2d89e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

2
.github/labels.yml vendored
View File

@ -186,4 +186,4 @@
description: "chatgpt AI generated code"
- name: "break-change"
color: "FF0000"
description: "This PR introduces a breaking API change."
description: "This PR introduces a breaking API change."

View File

@ -256,10 +256,11 @@ public class StampController {
int pageCount = document.getNumberOfPages();
String processedStampText = stampText
.replace("@date", currentDate)
.replace("@time", currentTime)
.replace("@page_count", String.valueOf(pageCount));
String processedStampText =
stampText
.replace("@date", currentDate)
.replace("@time", currentTime)
.replace("@page_count", String.valueOf(pageCount));
// Split the stampText into multiple lines
String[] lines =