summaryrefslogtreecommitdiff
path: root/asl/log/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-26 00:40:51 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-26 00:42:44 +0100
commitcf7db48c261ee9c896c813a38ff8c59da5b8fe07 (patch)
tree41d827be5db5f3322d745215fe38a9c395a52fa3 /asl/log/BUILD.bazel
parent79aaec3d7d12bc1a0483f19eadeda325a2d65920 (diff)
Fix line endings
Diffstat (limited to 'asl/log/BUILD.bazel')
-rw-r--r--asl/log/BUILD.bazel52
1 files changed, 26 insertions, 26 deletions
diff --git a/asl/log/BUILD.bazel b/asl/log/BUILD.bazel
index 9aabf00..9291a8a 100644
--- a/asl/log/BUILD.bazel
+++ b/asl/log/BUILD.bazel
@@ -1,26 +1,26 @@
-cc_library(
- name = "log",
- srcs = [
- "log.hpp",
- ],
- hdrs = [
- "log.cpp",
- ],
- deps = [
- "//asl",
- ],
- visibility = ["//visibility:public"],
-)
-
-cc_test(
- name = "tests",
- srcs = [
- "log_tests.cpp"
- ],
- deps = [
- ":log",
- "//asl/testing",
- ],
- visibility = ["//visibility:public"],
-)
-
+cc_library(
+ name = "log",
+ srcs = [
+ "log.hpp",
+ ],
+ hdrs = [
+ "log.cpp",
+ ],
+ deps = [
+ "//asl",
+ ],
+ visibility = ["//visibility:public"],
+)
+
+cc_test(
+ name = "tests",
+ srcs = [
+ "log_tests.cpp"
+ ],
+ deps = [
+ ":log",
+ "//asl/testing",
+ ],
+ visibility = ["//visibility:public"],
+)
+