summaryrefslogtreecommitdiffstats
path: root/library/cpp/compproto
diff options
context:
space:
mode:
authorbulatman <[email protected]>2023-08-02 10:15:08 +0300
committerbulatman <[email protected]>2023-08-02 10:15:08 +0300
commitf3f107ba8959babdcd096d7d599efca438fd1f97 (patch)
treeb3fc25e636f68b8eb363588d546dddfc85604dba /library/cpp/compproto
parent0b51f759add67b66ecbc8a585b99f19b5856f56e (diff)
Remove extra semicolon
Diffstat (limited to 'library/cpp/compproto')
-rw-r--r--library/cpp/compproto/huff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/compproto/huff.h b/library/cpp/compproto/huff.h
index 3d93c0184d4..321f5ab993f 100644
--- a/library/cpp/compproto/huff.h
+++ b/library/cpp/compproto/huff.h
@@ -353,7 +353,7 @@ namespace NCompProto {
if (cum > (ui32)(-1)) {
return;
}
- };
+ }
}
TCache<1024, TCoderEntry> Cache;