From cf7db48c261ee9c896c813a38ff8c59da5b8fe07 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 26 Jan 2025 00:40:51 +0100 Subject: Fix line endings --- asl/testing/BUILD.bazel | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'asl/testing/BUILD.bazel') 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"], +) -- cgit