Buildify all the build files
We are slowly upgrading them all. Bite bullet and do the rest of them.
Change-Id: I15744cf1b0dc1954954e131b35228c98247c92fe
diff --git a/y2019/control_loops/superstructure/stilts/BUILD b/y2019/control_loops/superstructure/stilts/BUILD
index 6beea39..a9c556e 100644
--- a/y2019/control_loops/superstructure/stilts/BUILD
+++ b/y2019/control_loops/superstructure/stilts/BUILD
@@ -17,12 +17,12 @@
cc_library(
name = "stilts_plants",
srcs = [
- "stilts_plant.cc",
"integral_stilts_plant.cc",
+ "stilts_plant.cc",
],
hdrs = [
- "stilts_plant.h",
"integral_stilts_plant.h",
+ "stilts_plant.h",
],
visibility = ["//visibility:public"],
deps = [