From d8c81d236871c3c8b24d0c88d2d9e8c2e64cea97 Mon Sep 17 00:00:00 2001 From: Justin Kaseman Date: Mon, 16 Dec 2024 16:51:25 -0800 Subject: [PATCH] Remove comment line --- core/capabilities/launcher.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/capabilities/launcher.go b/core/capabilities/launcher.go index 4b41cbdb6bd..98318853e2a 100644 --- a/core/capabilities/launcher.go +++ b/core/capabilities/launcher.go @@ -164,8 +164,8 @@ func (w *launcher) Launch(ctx context.Context, state *registrysyncer.LocalRegist } } - // TODO: be a bit smarter about who we connect to; - // we should ideally only be connecting to peers when we need to. + // TODO: be a bit smarter about who we connect to; we should ideally only + // be connecting to peers when we need to. // https://smartcontract-it.atlassian.net/browse/KS-330 err := w.peerWrapper.GetPeer().UpdateConnections(allPeers) if err != nil {