Skip to content

Commit c1abb73

Browse files
Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent acb3d65 commit c1abb73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

htmlhint-server/src/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,6 @@ function createFormMethodRequireFix(
20262026

20272027
const beforeAttrs = formMatch[1]; // "<form"
20282028
const existingAttrs = formMatch[2] || ""; // existing attributes
2029-
const tagClose = formMatch[3]; // ">" or "/>"
20302029

20312030
// Calculate insertion position
20322031
let insertPosition: number;

0 commit comments

Comments
 (0)