Fix formatting
This commit is contained in:
parent
4730970b4a
commit
e8b5f4b7fc
@ -94,7 +94,7 @@ namespace utils::http
|
||||
|
||||
if (http_code >= 200)
|
||||
{
|
||||
return { std::move(buffer) };
|
||||
return {std::move(buffer)};
|
||||
}
|
||||
|
||||
throw std::runtime_error(
|
||||
|
Loading…
x
Reference in New Issue
Block a user