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

This commit is contained in:
Антон
2025-06-12 11:26:51 +03:00
parent e6ce15d422
commit dff8119f8b
+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) std::string ToHex(std::byte* src, size_t len)
{ {
if (!src || !len) if (!src || !len) return "";
return "";
string ret; string ret;
ret.reserve(len * 2); ret.reserve(len * 2);