Skip to content

Commit 1767a5f

Browse files
committed
Format document
1 parent 4cebac8 commit 1767a5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/vs/workbench/contrib/files/browser/views/explorerView.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -762,11 +762,11 @@ export class ExplorerView extends ViewPane implements IExplorerView {
762762

763763
try {
764764
if ((reveal === true || reveal === 'force') && this.tree.getRelativeTop(item) === null) {
765-
766-
// We must expand the nest to have it be populated in the tree
767-
if (item.nestedParent) {
768-
await this.tree.expand(item.nestedParent);
769-
}
765+
766+
// We must expand the nest to have it be populated in the tree
767+
if (item.nestedParent) {
768+
await this.tree.expand(item.nestedParent);
769+
}
770770
// Don't scroll to the item if it's already visible, or if set not to.
771771
this.tree.reveal(item, 0.5);
772772
}

0 commit comments

Comments
 (0)