commit 54fdf81: [Minor] Pet luacheck

Vsevolod Stakhov vsevolod at highsecure.ru
Sat May 4 04:07:03 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-05-03 18:47:00 +0100
URL: https://github.com/rspamd/rspamd/commit/54fdf817755799a538a3e19e6c63ff07a32e3033 (HEAD -> master)

[Minor] Pet luacheck

---
 src/plugins/lua/clickhouse.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/plugins/lua/clickhouse.lua b/src/plugins/lua/clickhouse.lua
index da8c736cc..b9a3c2e09 100644
--- a/src/plugins/lua/clickhouse.lua
+++ b/src/plugins/lua/clickhouse.lua
@@ -577,7 +577,8 @@ local function clickhouse_collect(task)
   local scan_real,scan_virtual = task:get_scan_time()
   scan_real,scan_virtual = math.floor(scan_real * 1000), math.floor(scan_virtual * 1000)
   if scan_real < 0 then
-    rspamd_logger.messagex(task, 'clock skew detected for message: %s ms real scan time (reset to 0), %s virtual scan time',
+    rspamd_logger.messagex(task,
+        'clock skew detected for message: %s ms real scan time (reset to 0), %s virtual scan time',
         scan_real, scan_virtual)
     scan_real = 0
   end


More information about the Commits mailing list