Skip to content

Commit 0e8e848

Browse files
johnvandewegheoliversalzburg
authored andcommitted
fix: formatting
1 parent e888e54 commit 0e8e848

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

source/TimeManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export class TimeManager {
196196
buyResult.def.then((didHappen: BuyResultOperation) => {
197197
fixHappened = didHappen.itemBought;
198198
fixed += didHappen ? 1 : 0;
199-
})
199+
});
200200
} else {
201201
fixHappened = buyResult.itemBought;
202202
}

source/UpgradeManager.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
import type { KittenScientists } from "./KittenScientists.js";
22
import type { TabManager } from "./TabManager.js";
33
import { cwarn } from "./tools/Log.js";
4-
import type { BuildButton, Policy, ScienceTab, Technology, Upgrade, UpgradeInfo } from "./types/index.js";
4+
import type {
5+
BuildButton,
6+
Policy,
7+
ScienceTab,
8+
Technology,
9+
Upgrade,
10+
UpgradeInfo,
11+
} from "./types/index.js";
512

613
export abstract class UpgradeManager {
714
protected readonly _host: KittenScientists;

0 commit comments

Comments
 (0)