Import buildifier
This patch sets up buildifier to run as part of CI. It can also be run
manually via `//tools/lint:buildifier`.
As a consequence, I needed to make the whole repo conform.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Ic41c97b17255813b6c21aef40ab2f8a216683a2c
diff --git a/debian/slycot.BUILD b/debian/slycot.BUILD
index 82cc72c..0b9a09a 100644
--- a/debian/slycot.BUILD
+++ b/debian/slycot.BUILD
@@ -1,9 +1,9 @@
-# TODO(austin): I bet this is wrong.
-licenses(["restricted"])
-
load("@//tools/build_rules:fortran.bzl", "f2c_library")
load("@//tools/build_rules:select.bzl", "compiler_select")
+# TODO(austin): I bet this is wrong.
+licenses(["restricted"])
+
f2c_library(
name = "slicot",
srcs = glob(["slycot/src/*.f"]),