jdaugherty commented on code in PR #14903:
URL: https://github.com/apache/grails-core/pull/14903#discussion_r2213347592
##########
grails-bootstrap/src/main/groovy/grails/codegen/model/ModelBuilder.groovy:
##########
@@ -114,13 +114,13 @@ trait ModelBuilder {
@Override
Map<String, Object> asMap() {
- [className: className,
- fullName: fullName,
+ [className : className,
+ fullName : fullName,
propertyName: propertyName,
- modelName: propertyName,
+ modelName : propertyName,
packageName: packageName,
packagePath: packagePath,
- simpleName: simpleName,
+ simpleName : simpleName,
lowerCaseName: lowerCaseName] as Map<String, Object>
Review Comment:
It's aligning all of the key & value start points. This is a feature of
intellij's format. it sounds like this isn't preferred? Can you help me find
the checkstyle rule that prevents this?
--
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]