Revert "update editorconfig, enforce via CI (#1343)" (#1380)

This reverts commit da2efecbe2.
This commit is contained in:
George Hotz
2023-07-31 10:35:50 -07:00
committed by GitHub
parent da2efecbe2
commit 37fa7e96fb
23 changed files with 158 additions and 182 deletions

View File

@@ -10,7 +10,7 @@ function cleanup(err) {
res.kill();
if(err != null) {
console.error(err);
process.exit(1);
process.exit(1);
}
}
@@ -24,7 +24,7 @@ async function waitForText(selector, text) {
ready = true;
break
}
await timeout(2000);
await timeout(2000);
n += 1
}
return ready;