mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
all the lints
This commit is contained in:
@@ -10,7 +10,7 @@ export class PositionTracker {
|
||||
this.positions = new Map<string, Position>();
|
||||
}
|
||||
|
||||
saveCursor(filename: string, pos: Position) {
|
||||
saveCursor(filename: string, pos: Position): void {
|
||||
this.positions.set(filename, pos);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user