generated from Sithas/conan_template
TASK00 - косметическая правка
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user