From 156e8db33a5be2a63110e744042758a8fe152614 Mon Sep 17 00:00:00 2001 From: Brenton Bostick Date: Wed, 3 May 2023 12:30:37 -0400 Subject: [PATCH] indentation --- node/Peer.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/node/Peer.hpp b/node/Peer.hpp index d03e8f884..551783f22 100644 --- a/node/Peer.hpp +++ b/node/Peer.hpp @@ -520,7 +520,9 @@ public: /** * @return The bonding policy used to reach this peer */ - SharedPtr bond() { return _bond; } + SharedPtr bond() { + return _bond; + } /** * @return The bonding policy used to reach this peer