mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
Clean up
linter
This commit is contained in:
@@ -10,7 +10,7 @@ export interface ITaskTracker {
|
||||
int: number;
|
||||
money: number;
|
||||
}
|
||||
|
||||
|
||||
export function createTaskTracker(): ITaskTracker {
|
||||
return {
|
||||
hack: 0,
|
||||
@@ -22,4 +22,4 @@ export interface ITaskTracker {
|
||||
int: 0,
|
||||
money: 0,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user