Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajun-brex committed Jun 9, 2022
1 parent 759105c commit 287cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antlr/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def rules_antlr_dependencies(*versionsAndLanguages):
if version == 4 or version == "4.9.2":
_antlr492_dependencies(languages)
elif version == "4.8":
_antlr48_dependencies(languages
_antlr48_dependencies(languages)
elif version == "4.7.2":
_antlr472_dependencies(languages)
elif version == "4.7.1":
Expand Down

0 comments on commit 287cfa7

Please sign in to comment.