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/frc971/analysis/BUILD b/frc971/analysis/BUILD
index ad5552b..b45031f 100644
--- a/frc971/analysis/BUILD
+++ b/frc971/analysis/BUILD
@@ -3,10 +3,10 @@
py_binary(
name = "plot_action",
srcs = [
- "plotter.py",
- "plot_action.py",
- "logreader.py",
"logentry.py",
+ "logreader.py",
+ "plot_action.py",
+ "plotter.py",
],
legacy_create_init = False,
restricted_to = ["//tools:k8"],