You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2022/09/26 10:05:20 UTC

[GitHub] [jmeter] vlsi commented on a diff in pull request #724: do code clean up

vlsi commented on code in PR #724:
URL: https://github.com/apache/jmeter/pull/724#discussion_r979813912


##########
src/core/src/main/java/org/apache/jmeter/services/FileServer.java:
##########
@@ -472,7 +472,7 @@ private BufferedWriter createBufferedWriter(FileEntry fileEntry) throws IOExcept
 
     public synchronized void closeFiles() throws IOException {
         for (Map.Entry<String, FileEntry> me : files.entrySet()) {
-            closeFile(me.getKey(),me.getValue() );
+            closeFile(me.getKey(), me.getValue() );

Review Comment:
   This looks like `chaotic neutral` to me: the whitespace before the closing parenthesis looks odd, especially since there was no whitespace after the opening one.



-- 
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: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org