From 57849d308cd973450227b0148f9920523996c022 Mon Sep 17 00:00:00 2001 From: qicosmos <383121719@qq.com> Date: Sat, 14 Dec 2024 19:05:00 +0800 Subject: [PATCH] format --- tests/test_ormpp.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_ormpp.cpp b/tests/test_ormpp.cpp index 3431b68..4647e5c 100644 --- a/tests/test_ormpp.cpp +++ b/tests/test_ormpp.cpp @@ -132,7 +132,6 @@ TEST_CASE("optional") { CHECK(vec4.front().age.value() == 200); CHECK(vec4.front().name.value() == "purecpp"); CHECK(vec4.front().empty_.has_value() == false); - } #endif #ifdef ORMPP_ENABLE_PG @@ -2096,4 +2095,4 @@ TEST_CASE("unsigned type") { CHECK(vec.front().h == 8); } #endif -} \ No newline at end of file +}