Skip to content

Commit

Permalink
remove redundant choice
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonspark committed Jan 29, 2024
1 parent 9e58068 commit 5f3836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/semgrep-grammars/src/semgrep-cpp/grammar.js
Expand Up @@ -45,7 +45,7 @@ module.exports = grammar(base_grammar, {
previous,
seq(
'(',
choice($.semgrep_typed_metavar),
$.semgrep_typed_metavar,
')',
)
),
Expand Down

0 comments on commit 5f3836d

Please sign in to comment.