stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.33k stars 221 forks source link

Fix build warning #305

Closed danpalmer closed 3 years ago

danpalmer commented 3 years ago

components is not mutated, so it can be a let. This fixes the build warning that otherwise shows up in build logs.

danpalmer commented 3 years ago

CI failure appears unrelated - a network timeout. Unfortunately I can't re-run.