diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-10-26 10:49:02 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-10-26 10:49:02 +0200 |
| commit | 1ea91841b1a1a2d8e0b75750b5d765278ee78782 (patch) | |
| tree | 2d1a957cd236ffb97d8d0790490f11c26838e382 /src/dompa | |
| parent | 1098ba628507750bf8362ec0658c6a95ef636380 (diff) | |
Fix indent
Diffstat (limited to 'src/dompa')
| -rw-r--r-- | src/dompa/html.cljc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
