jadams-tresys commented on code in PR #1436:
URL: https://github.com/apache/daffodil/pull/1436#discussion_r1956322992
##########
daffodil-cli/src/test/scala/org/apache/daffodil/cli/cliTest/Util.scala:
##########
@@ -68,7 +74,7 @@ object Util {
Paths.get(string)
}
- def devNull(): String = if (isWindows) "NUL" else "/dev/null"
+ def devNull: String = if (isWindows) "NUL" else "/dev/null"
Review Comment:
Not a problem but I have to laugh at the irony of removing parens from
function definitions and adding them to the function calls.
--
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]