Skip to content

Commit bee52bf

Browse files
clang-format?
1 parent 9f931f5 commit bee52bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/containers/associative/map/map.modifiers/insert_node_type.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void test(Container& c) {
6161
node.empty();
6262
irt.inserted;
6363
irt.node.empty();
64-
irt.position->first == i && irt.position->second == i + 1;
64+
irt.position->first == i&& irt.position->second == i + 1;
6565
verify_insert_return_type<Container>(irt);
6666
}
6767

0 commit comments

Comments
 (0)