Trim trailing whitespace in example scripts

This commit is contained in:
Gnome Ann
2022-01-01 11:38:46 -05:00
parent bc90fa3311
commit 135aeb0628
6 changed files with 9 additions and 9 deletions

View File

@@ -286,7 +286,7 @@ function userscript.genmod()
-- For each partially-generated sequence...
for i, generated_row in ipairs(kobold.generated) do
if max_overlap[i][bias_entry] == nil then
max_overlap[i][bias_entry] = 0
end