Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Dec 19, 2024
1 parent 3bac2d7 commit 0cb84e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unittests/std_interoperability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,7 @@ TEST_CASE("Collection iterators", "[collection][container][iterator][std]") {
}
// const_iterator
STATIC_REQUIRE(traits::has_dereference_assignment_increment_v<const_iterator, CollectionType::value_type>);
STATIC_REQUIRE(
traits::has_dereference_assignment_increment_v<const_iterator, CollectionType::mutable_type>);
STATIC_REQUIRE(traits::has_dereference_assignment_increment_v<const_iterator, CollectionType::mutable_type>);
{
auto coll = CollectionType{};
auto item = coll.create(13ull, 0., 0., 0., 0.);
Expand Down

0 comments on commit 0cb84e5

Please sign in to comment.