Skip to content

Commit

Permalink
fix: format cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi authored and aduh95 committed May 11, 2024
1 parent ca4471a commit 98d8590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/string_bytes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ size_t StringBytes::hex_encode(
size_t slen,
char* dst,
size_t dlen) {

CHECK(slen * 2 >= slen && "overflow in hex encode");

// We know how much we'll write, just make sure that there's space.
Expand Down

0 comments on commit 98d8590

Please sign in to comment.