TASK00 - косметическая правка

This commit is contained in:
Антон
2025-06-12 11:26:51 +03:00
parent c4254c2f6b
commit f2c139616a
+1 -2
View File
@@ -97,8 +97,7 @@ void Fail(boost::beast::error_code ec, char const* what)
std::string ToHex(std::byte* src, size_t len)
{
if (!src || !len)
return "";
if (!src || !len) return "";
string ret;
ret.reserve(len * 2);