mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
removing more unecessary whitespace
This commit is contained in:
@@ -23,7 +23,6 @@ export class TopmostLineMonitor extends Disposable {
|
||||
super();
|
||||
|
||||
if (vscode.window.activeTextEditor) {
|
||||
|
||||
const line = getVisibleLine(vscode.window.activeTextEditor);
|
||||
this.setPreviousEditorLine({ uri: vscode.window.activeTextEditor.document.uri, line: line ?? 0 });
|
||||
}
|
||||
@@ -37,7 +36,6 @@ export class TopmostLineMonitor extends Disposable {
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
||||
}
|
||||
|
||||
private readonly _onChanged = this._register(new vscode.EventEmitter<{ readonly resource: vscode.Uri, readonly line: number }>());
|
||||
|
||||
Reference in New Issue
Block a user