mirror of
https://github.com/XRPLF/clio.git
synced 2026-08-23 13:40:52 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -66,7 +66,12 @@ makeSource(
|
||||
);
|
||||
|
||||
return std::make_unique<impl::SourceImpl<>>(
|
||||
ip, wsPort, grpcPort, std::move(grpcSource), std::move(subscriptionSource), std::move(forwardingSource)
|
||||
ip,
|
||||
wsPort,
|
||||
grpcPort,
|
||||
std::move(grpcSource),
|
||||
std::move(subscriptionSource),
|
||||
std::move(forwardingSource)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user