Skip to content

Commit

Permalink
Merge pull request #473 from semgrep/brandon/update-c
Browse files Browse the repository at this point in the history
chore: update c and remove redundant choice
  • Loading branch information
aryx committed Jan 30, 2024
2 parents ec0abd5 + 5f3836d commit 11faa37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 11faa37

Please sign in to comment.