style: fix linting issues met lint-action
This commit is contained in:
parent
21b3a5d18c
commit
5ffaf090d0
1 changed files with 1 additions and 1 deletions
2
test.ts
2
test.ts
|
@ -4,6 +4,6 @@ async function test_Function() {
|
|||
|
||||
for (let index = 0; index < 100; index++) {
|
||||
await test_Function();
|
||||
let a = "test";
|
||||
const a = "test";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue