You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/28 13:12:26 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #12696: ARROW-16011: [R] CI jobs should fail if lintr picked up issues

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org