Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

luacheck fixes

This commit is contained in:
bol-van
2026-02-24 19:07:04 +03:00
parent 190f46b6d7
commit 8e76197dff
4 changed files with 20 additions and 23 deletions

View File

@@ -313,7 +313,7 @@ function circular(ctx, desync)
local function count_strategies(hrec)
if not hrec.ctstrategy then
local uniq={}
local n=0
local n
for i,instance in pairs(desync.plan) do
if instance.arg.strategy then
n = tonumber(instance.arg.strategy)