Skip to content

Commit 57a426c

Browse files
committed
minor
1 parent c90cd8c commit 57a426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ struct PrettyPrintBlock {
144144
// Print byte size in either in bytes, KiB, MiB, or GiB.
145145
struct PrettyPrintByteSize {
146146
size_t bytes;
147-
size_t max_decimal_points = 3;
147+
size_t max_decimal_points = 2;
148148
};
149149

150150
namespace clickhouse {

0 commit comments

Comments
 (0)