indentation

This commit is contained in:
Brenton Bostick 2023-05-03 12:30:37 -04:00
parent 17f6b3a10b
commit 156e8db33a

View file

@ -520,7 +520,9 @@ public:
/**
* @return The bonding policy used to reach this peer
*/
SharedPtr<Bond> bond() { return _bond; }
SharedPtr<Bond> bond() {
return _bond;
}
/**
* @return The bonding policy used to reach this peer