commit b76f477d1bda88968ce4ce50442e6b6ea69c6433
parent f6ab45d2b18992b87271f97099c72001df57caa2
Author: Hugo Soucy <hugo@soucy.cc>
Date: Mon, 18 Oct 2021 18:22:01 -0400
Remove a space
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/satelito/list.lua b/satelito/list.lua
@@ -13,7 +13,7 @@ function list.get_children(children_list, sitemap, asc)
local children = {}
if children_list then
- for i = 1, #sitemap do
+ for i = 1, #sitemap do
local is_child = lume.find(children_list, sitemap[i].relpath)
if is_child then