aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/stream/format.h')
-rw-r--r--util/stream/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/format.h b/util/stream/format.h
index b033208a1b..830516991f 100644
--- a/util/stream/format.h
+++ b/util/stream/format.h
@@ -113,7 +113,7 @@ namespace NFormatPrivate {
if (str[0] == '-') {
stream << '-';
- str.Skip(1);
+ str.Skip(1);
}
if (value.Flags & HF_ADDX) {