summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/uri/test/optional_test.cpp
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-18 03:08:21 +0000
committerNorbert Preining <norbert@preining.info>2022-09-18 03:08:21 +0000
commitbaa3e10650110291de10e0e8e6a1e48ac4579afe (patch)
tree8eff974515ba91e538c94002db56558182e59a4e /graphics/asymptote/LspCpp/third_party/uri/test/optional_test.cpp
parent9ae94dce28ea17b97ef24019e324353cd6af4dba (diff)
CTAN sync 202209180308
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/uri/test/optional_test.cpp')
-rw-r--r--graphics/asymptote/LspCpp/third_party/uri/test/optional_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/optional_test.cpp b/graphics/asymptote/LspCpp/third_party/uri/test/optional_test.cpp
index 32170fd04b..0f0238f733 100644
--- a/graphics/asymptote/LspCpp/third_party/uri/test/optional_test.cpp
+++ b/graphics/asymptote/LspCpp/third_party/uri/test/optional_test.cpp
@@ -163,6 +163,6 @@ TEST(optional_test, value_or_rvalue_reference_with_value) {
}
TEST(optional_test, assign_nullopt_to_nullopt) {
- network::optional<std::string> opt;
- opt = network::nullopt;
-} \ No newline at end of file
+ network::optional<std::string> opt;
+ opt = network::nullopt;
+}