chore: format gitea branch

This commit is contained in:
Mark Wylde
2026-07-26 21:26:22 +01:00
parent c30a6c8c23
commit 40b8061da5
11 changed files with 455 additions and 442 deletions

View File

@@ -140,8 +140,7 @@ describe("updateCommentBody", () => {
it("removes old branch links from body", () => {
const input = {
...baseInput,
currentBody:
`Some comment with [View branch](${BRANCH_BASE_URL}/branch-name)` ,
currentBody: `Some comment with [View branch](${BRANCH_BASE_URL}/branch-name)`,
branchName: "new-branch-name",
};