Skip to content

Commit

Permalink
precision
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Apr 26, 2020
1 parent a28a321 commit 3fae1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/commands/table_management.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ bool app_stat(command_executor *e, shell_context *sc, arguments args)
}
std::ostream out(buf);

::dsn::utils::table_printer tp("app_stat");
::dsn::utils::table_printer tp("app_stat", 2 /* tabular_width */, 3 /* precision */);
tp.add_title(app_name.empty() ? "app_name" : "pidx");
if (app_name.empty()) {
tp.add_column("app_id", tp_alignment::kRight);
Expand Down

0 comments on commit 3fae1c3

Please sign in to comment.