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