From 68c8a96b29dbfbed8a185581e2bdb76874b39cba Mon Sep 17 00:00:00 2001 From: suetin Date: Tue, 4 Jun 2024 02:34:47 +0300 Subject: [PATCH] linters fix --- internal/mysql/node.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/mysql/node.go b/internal/mysql/node.go index 727c893b..38f78386 100644 --- a/internal/mysql/node.go +++ b/internal/mysql/node.go @@ -346,7 +346,6 @@ func (n *Node) queryRowMogrifyWithTimeout(queryName string, arg map[string]inter func (n *Node) queryRowMogrify(queryName string, arg map[string]interface{}, result interface{}) error { return n.queryRowMogrifyWithTimeout(queryName, arg, result, n.config.DBTimeout) - } // IsRunning checks if daemon process is running