From 2c1e437f26e85212adae91b17af9a412c4d01818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Habov=C5=A1tiak?= Date: Tue, 10 Aug 2021 08:19:27 +0200 Subject: [PATCH] Remove extra space Co-authored-by: Yong --- loopd/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopd/run.go b/loopd/run.go index 7e0cee3..1b9d074 100644 --- a/loopd/run.go +++ b/loopd/run.go @@ -153,7 +153,7 @@ func Run(rpcCfg RPCConfig) error { if err := flags.IniParse(configFile, &config); err != nil { // File not existing is OK as long as it wasn't specified - // explicitly. All other errors (parsing, EACCESS...) indicate + // explicitly. All other errors (parsing, EACCESS...) indicate // misconfiguration and need to be reported. In case of // non-not-found FS errors there's high likelihood that other // operations in data directory would also fail so we treat it