Reformat with prettier

This commit is contained in:
Manuel Vögele
2022-09-28 07:35:16 +02:00
parent 71424cd284
commit 5e82049686
19 changed files with 956 additions and 710 deletions
+2 -2
View File
@@ -110,8 +110,8 @@ export class ProcessOnceQueue {
const newNode = {
value: element,
next: null,
previous: null
}
previous: null,
};
if (!this.first) {
this.first = newNode;