Fix formatting

This commit is contained in:
momo5502 2023-05-16 07:13:38 +02:00
parent 4730970b4a
commit e8b5f4b7fc

View File

@ -94,7 +94,7 @@ namespace utils::http
if (http_code >= 200) if (http_code >= 200)
{ {
return { std::move(buffer) }; return {std::move(buffer)};
} }
throw std::runtime_error( throw std::runtime_error(