cmccabe commented on code in PR #13374:
URL: https://github.com/apache/kafka/pull/13374#discussion_r1156401424


##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -235,9 +379,21 @@ object StorageTool extends Logging {
                     metaProperties: MetaProperties,
                     metadataVersion: MetadataVersion,
                     ignoreFormatted: Boolean): Int = {
+    val bootstrapMetadata = buildBootstrapMetadata(metadataVersion, None, 
"format command")
+    formatCommand(stream, directories, metaProperties, bootstrapMetadata, 
metadataVersion, ignoreFormatted)
+  }
+
+
+  def formatCommand(stream: PrintStream,

Review Comment:
   can you use standard formatting here
   ```
   Foo(
     bar
     baz
     quux
   )
   ```



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to