mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-24 16:04:00 +08:00
[ISSUE #2698] TopicRouteSubCommand enhancement
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ public class TopicRouteSubCommand implements SubCommand {
|
||||
|
||||
private void printData(TopicRouteData topicRouteData, boolean useListFormat) {
|
||||
if (!useListFormat) {
|
||||
System.out.printf("%s%n", topicRouteData.toJson(true));
|
||||
System.out.printf("%s\n", topicRouteData.toJson(true));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user