test/structures/find: avoid overwriting other potential config values

develop
lethosor 2021-05-08 22:12:07 -04:00
parent 6ecfc07c41
commit 4968d97c22
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 3 deletions

@ -1,6 +1,4 @@
config = {
mode = 'title',
}
config.mode = 'title'
local function clean_vec(vec)
while #vec > 0 do