mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 22:40:55 +01:00
Problem: formatting errors
Solution: run make clang-format-diff
This commit is contained in:
@@ -47,9 +47,7 @@ struct endpoint_uri_pair_t
|
||||
endpoint_uri_pair_t (const std::string &local,
|
||||
const std::string &remote,
|
||||
endpoint_type_t local_type) :
|
||||
local (local),
|
||||
remote (remote),
|
||||
local_type (local_type)
|
||||
local (local), remote (remote), local_type (local_type)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user