diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 00:40:51 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 00:42:44 +0100 |
commit | cf7db48c261ee9c896c813a38ff8c59da5b8fe07 (patch) | |
tree | 41d827be5db5f3322d745215fe38a9c395a52fa3 /asl/testing/BUILD.bazel | |
parent | 79aaec3d7d12bc1a0483f19eadeda325a2d65920 (diff) |
Fix line endings
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"], +) |