Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Dec 14, 2024
1 parent 5d32428 commit 57849d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_ormpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2096,4 +2095,4 @@ TEST_CASE("unsigned type") {
CHECK(vec.front().h == 8);
}
#endif
}
}

0 comments on commit 57849d3

Please sign in to comment.