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/motors/teensy_loader_cli/BUILD b/motors/teensy_loader_cli/BUILD
index ad92b11..eb68399 100644
--- a/motors/teensy_loader_cli/BUILD
+++ b/motors/teensy_loader_cli/BUILD
@@ -1,14 +1,14 @@
cc_binary(
- name = 'teensy_loader_cli',
- srcs = [
- 'teensy_loader_cli.c',
- ],
- copts = [
- '-DUSE_LIBUSB',
- '-Wno-format-nonliteral',
- ],
- deps = [
- '@libusb//:libusb',
- ],
- restricted_to = ['@//tools:k8'],
+ name = "teensy_loader_cli",
+ srcs = [
+ "teensy_loader_cli.c",
+ ],
+ copts = [
+ "-DUSE_LIBUSB",
+ "-Wno-format-nonliteral",
+ ],
+ restricted_to = ["@//tools:k8"],
+ deps = [
+ "@libusb",
+ ],
)