fix spacing

This commit is contained in:
MaxRobinsonTheGreat 2025-03-13 13:56:13 -05:00
parent 1a4ac02e13
commit 600f219085
6 changed files with 7 additions and 5 deletions

View file

@ -109,3 +109,4 @@
"type": "techtree", "type": "techtree",
"timeout": 300 "timeout": 300
} }
}

View file

@ -151,4 +151,5 @@ export class ActionManager {
await this.stop(); // last attempt to stop await this.stop(); // last attempt to stop
}, TIMEOUT_MINS * 60 * 1000); }, TIMEOUT_MINS * 60 * 1000);
} }
} }