style: fix linting issues met lint-action

This commit is contained in:
Lint Action 2025-02-28 20:14:38 +00:00
parent 21b3a5d18c
commit 5ffaf090d0

View file

@ -4,6 +4,6 @@ async function test_Function() {
for (let index = 0; index < 100; index++) {
await test_Function();
let a = "test";
const a = "test";
}