diff options
| -rw-r--r-- | ydb/core/tracing/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tracing/signal.h b/ydb/core/tracing/signal.h index 7f317436e97..8bf186b53aa 100644 --- a/ydb/core/tracing/signal.h +++ b/ydb/core/tracing/signal.h @@ -32,7 +32,7 @@ inline TStringBuilder& operator<<(TStringBuilder& o, const TPad<3>& p) { if (p.I >= 0) { if (p.I < 10) { o << '0' << '0'; - } else if (p.I < 10) { + } else { o << '0'; } } |
