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


##########
gradle/globals.gradle:
##########
@@ -104,10 +104,10 @@ allprojects {
         // that one still tries to write something when the other closed
         // the underlying output stream.
         def wrapped = new java.io.FilterOutputStream(output) {
-          public void close() {
-            // no-op. we close this stream manually.
-          }
-        }
+              public void close() {
+                // no-op. we close this stream manually.
+              }
+            }

Review Comment:
   RE indentation: wow... ugh...
   
   RE braces: I don't see the issue



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