From 4d57f9521dd26891dc274298679ee9a9933eaaa7 Mon Sep 17 00:00:00 2001 From: sarvesh patil <103917093+HyperPS@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:25:49 +0530 Subject: [PATCH] Fix: restore trailing newline in bson/buffer.c --- bson/buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bson/buffer.c b/bson/buffer.c index 66e632dfe..d96f7218c 100644 --- a/bson/buffer.c +++ b/bson/buffer.c @@ -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; -} \ No newline at end of file +} +