This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 48aa6383f4 Fix automated code formatting. (#9932)
48aa6383f4 is described below
commit 48aa6383f40bbcb9b16a435de902a1fbae133849
Author: James Peach <[email protected]>
AuthorDate: Thu Jun 29 23:00:27 2023 +1000
Fix automated code formatting. (#9932)
The clang-format check needs this.
---
proxy/logging/unit-tests/test_LogUtils.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/logging/unit-tests/test_LogUtils.cc
b/proxy/logging/unit-tests/test_LogUtils.cc
index 58a2b8fae0..71c82e42f0 100644
--- a/proxy/logging/unit-tests/test_LogUtils.cc
+++ b/proxy/logging/unit-tests/test_LogUtils.cc
@@ -150,4 +150,4 @@ TEST_CASE("get_unrolled_filename parses possible log files
as expected", "[get_u
constexpr ts::TextView no_dot = "logging_yaml";
REQUIRE(get_unrolled_filename(no_dot) == no_dot);
-}
\ No newline at end of file
+}