lidavidm commented on code in PR #603:
URL: https://github.com/apache/arrow-go/pull/603#discussion_r2602748599


##########
arrow/cdata/cdata_fulltest.c:
##########
@@ -114,10 +114,12 @@ static void release_nested_internal(struct ArrowSchema* 
schema,
     for (int i = 0; i < schema->n_children; ++i) {
         ArrowSchemaRelease(schema->children[i]);
         free(schema->children[i]);
-    }
+    }    

Review Comment:
   nit: trailing whitespace



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to