summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/uri/test/uri_builder_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/uri/test/uri_builder_test.cpp')
-rw-r--r--graphics/asymptote/LspCpp/third_party/uri/test/uri_builder_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/uri_builder_test.cpp b/graphics/asymptote/LspCpp/third_party/uri/test/uri_builder_test.cpp
index 54e29e0c5c..4b2b9cd5e2 100644
--- a/graphics/asymptote/LspCpp/third_party/uri/test/uri_builder_test.cpp
+++ b/graphics/asymptote/LspCpp/third_party/uri/test/uri_builder_test.cpp
@@ -684,9 +684,9 @@ TEST(builder_test, clear_query_test) {
}
TEST(uri_test, clear_query_params_with_no_query) {
- network::uri original("http://example.com/path");
- network::uri_builder builder(original);
- builder.clear_query();
+ network::uri original("http://example.com/path");
+ network::uri_builder builder(original);
+ builder.clear_query();
}
TEST(builder_test, clear_fragment_test) {