Skip to content

Commit 390afaa

Browse files
committed
Fix formatting
1 parent bd45dd7 commit 390afaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/actions/enter.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ export class EnterAction {
8888
return this.handleEnterForWS(workspace);
8989
case Constants.STATE.FLYOUT:
9090
if (targetWorkspace.isReadOnly()) return false;
91-
flyoutCursor = this.navigation.getFlyoutCursor(
92-
targetWorkspace,
93-
);
91+
flyoutCursor = this.navigation.getFlyoutCursor(targetWorkspace);
9492
if (!flyoutCursor) {
9593
return false;
9694
}

0 commit comments

Comments
 (0)