whitespace

This commit is contained in:
Daniel Barlow 2025-06-10 20:13:49 +01:00
parent d8963679d6
commit b3f0628948

View File

@ -131,7 +131,7 @@
(fn tile-name [x y zoom]
(.. x "_" y "_" zoom))
(fn fetch [cq x y zoom cb]
(let [k (tile-name x y zoom)
pathname (.. "/tmp/tiles/" k ".json")]