From 212df151b768b0fcf31dfa8155ca34a02ad47776 Mon Sep 17 00:00:00 2001 From: Justin Kaseman Date: Thu, 12 Dec 2024 15:47:04 -0800 Subject: [PATCH] Insignificant comment change to trigger CI/CD --- 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 98318853e2a..4b41cbdb6bd 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 {