Skip to content

Commit

Permalink
[FOLD] Clang format fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Jul 29, 2021
1 parent 48172de commit 853cacd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ripple/overlay/impl/PeerImp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,8 @@ PeerImp::doProtocolStart()
// Request shard info from peer
protocol::TMGetPeerShardInfoV2 tmGPS;
tmGPS.set_relays(0);
send(std::make_shared<Message>(tmGPS, protocol::mtGET_PEER_SHARD_INFO_V2));
send(std::make_shared<Message>(
tmGPS, protocol::mtGET_PEER_SHARD_INFO_V2));
}
// Backward compatibility with the older protocols
else if (!supportedProtocol)
Expand Down

0 comments on commit 853cacd

Please sign in to comment.