Skip to content

Commit 5ba6bc9

Browse files
committed
chore: lint on config
1 parent 9b3053f commit 5ba6bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/python/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ local function tbl_deep_extend_existing(target, source, prev_key)
185185
target[key] = value
186186
end
187187
elseif type(key) == "number" then
188-
-- If the key is a number then we can assume
188+
-- If the key is a number then we can assume
189189
-- that this is a table that is supposed to be a list
190190
goto continue
191191
else

0 commit comments

Comments
 (0)