jonkeane commented on code in PR #38571:
URL: https://github.com/apache/arrow/pull/38571#discussion_r1382036428
##########
r/tools/nixlibs.R:
##########
@@ -268,7 +272,7 @@ get_macos_openssl_dir <- function() {
openssl_root_dir <- "/usr/local"
}
}
- return(openssl_root_dir)
+ openssl_root_dir
Review Comment:
This wasn't technically necessary, but I wanted to clean up some of the
inconsistencies in this file and follow our general style of no `return` if
it's the last value in a function.
--
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]