Skip to content

Commit 9325aa7

Browse files
committed
chore: Remove unneeded cast.
1 parent 689de5b commit 9325aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/arrow_navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class ArrowNavigation {
9595
): boolean => {
9696
const toolbox = workspace.isFlyout
9797
? workspace.targetWorkspace?.getToolbox()
98-
: (workspace.getToolbox() as Toolbox);
98+
: workspace.getToolbox();
9999
let isHandled = false;
100100
switch (this.navigation.getState(workspace)) {
101101
case Constants.STATE.WORKSPACE:

0 commit comments

Comments
 (0)