提交 40d4a22e 编写于 作者: 斜阳

[ISSUE #2698] TopicRouteSubCommand enhancement

上级 48d36bd2
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册