Skip to content

Commit 4fba486

Browse files
committed
Format bazel build files with buildifier.
github.com//issues/122
1 parent c7bb588 commit 4fba486

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

programl/graph/format/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

117117
cc_library(

programl/graph/py/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)