Skip to content

Commit 52c2954

Browse files
committed
clang-format
1 parent 3891867 commit 52c2954

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/libmongoc/tests/test-mongoc-collection.c

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -855,10 +855,10 @@ test_insert_bulk_empty (void)
855855

856856
static void
857857
auto_hello (mock_server_t *server,
858-
int32_t max_wire_version,
859-
int32_t max_message_size,
860-
int32_t max_bson_size,
861-
int32_t max_batch_size)
858+
int32_t max_wire_version,
859+
int32_t max_message_size,
860+
int32_t max_bson_size,
861+
int32_t max_batch_size)
862862
{
863863
char *response = bson_strdup_printf ("{'isWritablePrimary': true, "
864864
" 'maxWireVersion': %d,"
@@ -2403,8 +2403,10 @@ test_count_with_opts (void)
24032403
NULL,
24042404
&error);
24052405

2406-
request = mock_server_receives_command (
2407-
server, "db", MONGOC_QUERY_SECONDARY_OK, "{'count': 'collection', 'opt': 1}");
2406+
request = mock_server_receives_command (server,
2407+
"db",
2408+
MONGOC_QUERY_SECONDARY_OK,
2409+
"{'count': 'collection', 'opt': 1}");
24082410

24092411
mock_server_replies_simple (request, "{'ok': 1, 'n': 1}");
24102412
ASSERT_OR_PRINT (1 == future_get_int64_t (future), error);

0 commit comments

Comments
 (0)