dsmiley commented on code in PR #4037:
URL: https://github.com/apache/solr/pull/4037#discussion_r2674731219


##########
gradle/documentation/pull-lucene-javadocs.gradle:
##########
@@ -64,15 +62,16 @@ configure(project(":solr:documentation")) {
 
     doFirst {
       def resolved = configurations.javadocs.resolvedConfiguration
-      resolved.resolvedArtifacts.each { artifact ->
+      resolved.resolvedArtifacts.each {artifact
+        ->

Review Comment:
   don't love this newline left of the arrow; rather inconsistent.  I fiddled 
with it now and it's appears to be because there are lines below that exceed 
100 chars.  Tweaks to them result in keeping the newline as it's been, which is 
nicer.  I'll push a fix.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to