From b3f0628948b8ef8678db703aea18e36e252b8c92 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 10 Jun 2025 20:13:49 +0100 Subject: [PATCH] whitespace --- pkgs/maps/tiles.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/maps/tiles.fnl b/pkgs/maps/tiles.fnl index 0979ce9..78d81f3 100644 --- a/pkgs/maps/tiles.fnl +++ b/pkgs/maps/tiles.fnl @@ -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")]