[bazel] Fix a typo (#135460)

This commit is contained in:
Pranav Kant 2025-04-11 17:05:52 -07:00 committed by GitHub
parent b74dbf7fb2
commit a4fbc6f78f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6401,7 +6401,7 @@ cc_library(
]),
includes = ["include"],
deps = [
":ControlFlowInterfaces"
":ControlFlowInterfaces",
":IR",
":InferTypeOpInterface",
":SMTIncGen",