Skip to content

Commit 69a6a18

Browse files
committed
Remove empty line after function
1 parent 10aa709 commit 69a6a18

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/parts/files/electron-browser/dirtyFilesTracker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export class DirtyFilesTracker implements IWorkbenchContribution {
6666
}
6767

6868
private onUntitledDidChangeDirty(resource: URI): void {
69-
7069
const gotDirty = this.untitledEditorService.isDirty(resource);
7170

7271
if ((!this.isDocumentedEdited && gotDirty) || (this.isDocumentedEdited && !gotDirty)) {

0 commit comments

Comments
 (0)