Update Bladeburner.tsx

Prettier
This commit is contained in:
borisflagell 2022-10-11 15:33:55 +03:00
parent f3becee15b
commit bbe6421b06

@ -1010,7 +1010,7 @@ export class Bladeburner {
chaExp: unweightedGain * action.weights.cha * skillMult,
intExp: unweightedIntGain * action.weights.int * skillMult,
money: 0,
reputation: 0
reputation: 0,
};
}