Hi people, I've proposed the following PR to the Grails project in a rush, but I guess its proper place is the Groovy project.
https://github.com/apache/grails-core/pull/16055 We usually format ternary operators like this for readability: String message = condition ? "Value when true" : "Value when false" Would you accept such PR on the groovy-developer skill? Cheers, Gianluca Gianluca Sartori -- https://dueuno.com
