ArafatKhan2198 commented on a change in pull request #3242:
URL: https://github.com/apache/ozone/pull/3242#discussion_r835397464



##########
File path: 
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/HadoopDirTreeGenerator.java
##########
@@ -154,14 +155,14 @@ private void createDir(long counter) throws Exception {
       createSubDirRecursively(dir, 1, 1);
     }
     String message = "Successfully created directories & files. Total Dirs " +
-            "Count=" + totalDirsCnt.get() + ", Total Files Count=" +
-            timer.getCount();
+        "Count=" + totalDirsCnt.get() + ", Total Files Count=" +
+        timer.getCount();
     print(message);
   }
 
   private void createSubDirRecursively(String parent, int depthIndex,
                                        int spanIndex)
-          throws Exception {
+      throws Exception {

Review comment:
       Sorry about that, Ill make the necessary changes !!
   




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