File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ cc_test(
111111 "//programl/proto:program_graph_cc" ,
112112 "@labm8//labm8/cpp:status" ,
113113 "@labm8//labm8/cpp:test" ,
114- ]
114+ ],
115115)
116116
117117cc_library (
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ py_library(
3636 data = [":program_graph_builder_pybind.so" ],
3737 visibility = ["//visibility:public" ],
3838 deps = [
39- "//programl/proto:program_graph_py" ,
4039 "//programl/proto:program_graph_options_py" ,
40+ "//programl/proto:program_graph_py" ,
4141 ],
4242)
4343
@@ -48,8 +48,8 @@ py_test(
4848 ":program_graph_builder" ,
4949 "//programl/proto:edge_py" ,
5050 "//programl/proto:node_py" ,
51- "//programl/proto:program_graph_py" ,
5251 "//programl/proto:program_graph_options_py" ,
52+ "//programl/proto:program_graph_py" ,
5353 "//third_party/py/labm8" ,
5454 ],
5555)
You can’t perform that action at this time.
0 commit comments