matrei commented on code in PR #14816:
URL: https://github.com/apache/grails-core/pull/14816#discussion_r2150206251
##########
grails-gradle/tasks/src/main/groovy/org/grails/gradle/plugin/run/FindMainClassTask.groovy:
##########
@@ -123,9 +123,9 @@ abstract class FindMainClassTask extends DefaultTask {
return
}
- if(mainClassName.isPresent()) {
+ if (mainClassName.isPresent()) {
def overrideClassName = mainClassName.get()
- logger.info("Overriding main class with: ${ overrideClassName}")
+ logger.info("Overriding main class with: {}", overrideClassName)
Review Comment:
Align on single quotes for strings?
--
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]