thisisnic commented on code in PR #33693:
URL: https://github.com/apache/arrow/pull/33693#discussion_r1071341016
##########
r/tests/testthat/test-dplyr-join.R:
##########
@@ -82,7 +82,7 @@ test_that("left_join with join_by", {
left_join(
to_join %>%
rename(the_grouping = some_grouping),
- join_by(some_grouping == the_grouping)
+ join_by(some_grouping == the_grouping)
Review Comment:
It's the consequence of tunning the styler.
--
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]