🤖 format everything with pre-commit by <stirlingbot> (#3103)

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

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

Signed-off-by: stirlingbot[bot] <195170888+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-03-05 08:39:30 +00:00
committed by GitHub
co-authored by stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
parent 15d5387fdc
commit 0dd483a435
3 changed files with 11 additions and 11 deletions
@@ -53,7 +53,7 @@ public class FileToPdf {
command.add("-e");
command.add("utf-8");
command.add("-v");
command.add("--pdf-forms");
command.add("--pdf-forms");
command.add(tempInputFile.toString());
command.add(tempOutputFile.toString());