Make a local table truly local

This commit is contained in:
nnposter 2026-03-17 01:35:51 +00:00
parent 9371dd1c6b
commit 88c242329e

View file

@ -431,7 +431,7 @@ function get_default_port (scheme)
return get_default_port_ports[(scheme or ""):lower()]
end
get_default_scheme_schemes = tableaux.invert(get_default_port_ports)
local get_default_scheme_schemes = tableaux.invert(get_default_port_ports)
---
-- Provides the default URI scheme for a given port.