Skip to content

Commit 7291af4

Browse files
authored
fix wrapping
1 parent 417eadd commit 7291af4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/http_utils.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,7 @@ std::string http_utils::standardize_url(const std::string& url)
239239
return result;
240240
}
241241

242-
std::string get_ip_str(
243-
const struct sockaddr *sa,
244-
socklen_t maxlen
245-
)
242+
std::string get_ip_str(const struct sockaddr *sa, socklen_t maxlen)
246243
{
247244
if (!sa) throw std::invalid_argument("socket pointer is null");
248245

0 commit comments

Comments
 (0)