diff options
Diffstat (limited to 'asl/testing/BUILD.bazel')
-rw-r--r-- | asl/testing/BUILD.bazel | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/asl/testing/BUILD.bazel b/asl/testing/BUILD.bazel index 2942073..22f59e1 100644 --- a/asl/testing/BUILD.bazel +++ b/asl/testing/BUILD.bazel @@ -1,13 +1,13 @@ -cc_library(
- name = "testing",
- hdrs = [
- "testing.hpp",
- ],
- srcs = [
- "testing.cpp",
- ],
- deps = [
- "//asl",
- ],
- visibility = ["//visibility:public"],
-)
+cc_library( + name = "testing", + hdrs = [ + "testing.hpp", + ], + srcs = [ + "testing.cpp", + ], + deps = [ + "//asl", + ], + visibility = ["//visibility:public"], +) |