Skip to content

Commit d5e5fc4

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent e71b44c commit d5e5fc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cursorless-vscode/src/keyboard/grammar/getAcceptableTokenTypes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ export function getAcceptableTokenTypes(parser: nearley.Parser) {
3434
}
3535

3636
function getMetadata(state: nearley.State) {
37-
return (state.rule.postprocess as unknown as CommandRulePostProcessor).metadata;
37+
return (state.rule.postprocess as unknown as CommandRulePostProcessor)
38+
.metadata;
3839
}
3940

4041
/**

0 commit comments

Comments
 (0)