Skip to content

Commit ab6dd61

Browse files
committed
CXX-1399 Whitespace
1 parent 37dc570 commit ab6dd61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/mongocxx/test/client_session.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ TEST_CASE("session", "[session]") {
159159
auto collection2 = db2["collection"];
160160

161161
#define REQUIRE_THROWS_INVALID_SESSION(_expr) \
162-
REQUIRE_THROWS_MATCHES((_expr), \
163-
mongocxx::exception, \
164-
mongocxx_exception_matcher{"Invalid sessionId"})
162+
REQUIRE_THROWS_MATCHES( \
163+
(_expr), mongocxx::exception, mongocxx_exception_matcher{"Invalid sessionId"})
165164

166165
REQUIRE_THROWS_INVALID_SESSION(collection2.count(s, {}));
167166
REQUIRE_THROWS_INVALID_SESSION(collection2.create_index(s, make_document(kvp("a", 1))));

0 commit comments

Comments
 (0)