diff --git a/src/ripple/overlay/impl/PeerImp.cpp b/src/ripple/overlay/impl/PeerImp.cpp index 59c0d0c0dd0..28e7aac99c5 100644 --- a/src/ripple/overlay/impl/PeerImp.cpp +++ b/src/ripple/overlay/impl/PeerImp.cpp @@ -870,7 +870,8 @@ PeerImp::doProtocolStart() // Request shard info from peer protocol::TMGetPeerShardInfoV2 tmGPS; tmGPS.set_relays(0); - send(std::make_shared(tmGPS, protocol::mtGET_PEER_SHARD_INFO_V2)); + send(std::make_shared( + tmGPS, protocol::mtGET_PEER_SHARD_INFO_V2)); } // Backward compatibility with the older protocols else if (!supportedProtocol)