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-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org