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/y2014/BUILD b/y2014/BUILD
index 1e1384b..b2617da 100644
--- a/y2014/BUILD
+++ b/y2014/BUILD
@@ -11,13 +11,13 @@
],
visibility = ["//visibility:public"],
deps = [
- "@com_google_absl//absl/base",
"//aos/logging",
"//aos/mutex",
"//aos/network:team_number",
"//frc971:shifter_hall_effect",
"//frc971/control_loops:state_feedback_loop",
"//y2014/control_loops/drivetrain:polydrivetrain_plants",
+ "@com_google_absl//absl/base",
],
)