From 1ea91841b1a1a2d8e0b75750b5d765278ee78782 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 26 Oct 2025 10:49:02 +0200 Subject: Fix indent --- src/dompa/html.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dompa') diff --git a/src/dompa/html.cljc b/src/dompa/html.cljc index cea7b69..13bd9e6 100644 --- a/src/dompa/html.cljc +++ b/src/dompa/html.cljc @@ -1,6 +1,6 @@ (ns dompa.html (:require - [dompa.coordinates :as coordinates])) + [dompa.coordinates :as coordinates])) (defn ->coordinates "Transform a `html` string into a vector of coordinates -- cgit v1.2.3