pitrou commented on a change in pull request #12696:
URL: https://github.com/apache/arrow/pull/12696#discussion_r836414538



##########
File path: r/R/array-data.R
##########
@@ -44,7 +44,7 @@
 ArrayData <- R6Class("ArrayData",
   inherit = ArrowObject,
   active = list(
-    type = function() ArrayData__get_type(self),
+    type=function() ArrayData__get_type(self),
     length = function() ArrayData__get_length(self),

Review comment:
       This is a weird fix, isn't it? Why is there no spacing in the first line 
but still spacing in the following lines?




-- 
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