Fix: restore trailing newline in bson/buffer.c

This commit is contained in:
sarvesh patil 2026-02-24 19:25:49 +05:30
parent 077648cc74
commit 4d57f9521d

View File

@ -154,4 +154,5 @@ char* pymongo_buffer_get_buffer(buffer_t buffer) {
void pymongo_buffer_update_position(buffer_t buffer, buffer_position new_position) {
buffer->position = new_position;
}
}