From 9b177f270ed017dcc847477774ab53daaa6ef4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Fri, 5 Apr 2024 15:33:51 +0200 Subject: [PATCH] added missing changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- monitor/interface.go | 1 - 1 file changed, 1 deletion(-) diff --git a/monitor/interface.go b/monitor/interface.go index 4e73171..7789fab 100644 --- a/monitor/interface.go +++ b/monitor/interface.go @@ -45,7 +45,6 @@ func LazyMqttMonitorLoader(homeDir string) { if err != nil { panic(err) } - } func SetContext(ctx sdk.Context) {