Skip to content

Commit 64b65cf

Browse files
author
Benjamin Pasero
committed
fix bad argument processor
1 parent 86b9195 commit 64b65cf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vs/workbench/api/common/extHostNotebook.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,8 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
469469
}
470470
}
471471
}
472-
473-
return arg;
474472
}
473+
return arg;
475474
}
476475
});
477476
}

0 commit comments

Comments
 (0)