mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
run auto fix lint
This commit is contained in:
@@ -12,7 +12,7 @@ export function hasCorporation() {
|
||||
|
||||
export function startCorporation(corpName, additionalShares=0) {
|
||||
this.corporation = new Corporation({
|
||||
name: corpName
|
||||
name: corpName,
|
||||
});
|
||||
|
||||
this.corporation.totalShares += additionalShares;
|
||||
|
||||
Reference in New Issue
Block a user