This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.1.x by this push:
     new ece783b9d0 clang-format (#10569)
ece783b9d0 is described below

commit ece783b9d0b5c73cd4e5552ff94725b31cf52f42
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Tue Oct 10 00:05:46 2023 +0900

    clang-format (#10569)
---
 proxy/hdrs/unit_tests/test_URL.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/hdrs/unit_tests/test_URL.cc 
b/proxy/hdrs/unit_tests/test_URL.cc
index d5fc7f471c..a293740285 100644
--- a/proxy/hdrs/unit_tests/test_URL.cc
+++ b/proxy/hdrs/unit_tests/test_URL.cc
@@ -505,7 +505,7 @@ test_parse(url_parse_test_case const &test_case, bool 
parse_function)
   } else {
     heap->destroy();
     return;
-    //result = url.parse_no_host_check(test_case.input_uri.c_str(), 
test_case.input_uri.size());
+    // result = url.parse_no_host_check(test_case.input_uri.c_str(), 
test_case.input_uri.size());
   }
   bool expected_is_valid = test_case.is_valid;
 

Reply via email to