From 5fdbad233924e5f40ae12dfd01c778c53c781fa6 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 2 Dec 2025 14:42:22 +0100 Subject: Formatting --- osm.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/osm.el b/osm.el index 4362caa..e0e9df5 100644 --- a/osm.el +++ b/osm.el @@ -78,11 +78,11 @@ The server must offer the nominatim.org API." :type 'string) (defcustom osm-server-defaults - '(:min-zoom 2 - :max-zoom 19 - :download-batch 4 - :max-connections 2 - :subdomains ("a" "b" "c")) + '( :min-zoom 2 + :max-zoom 19 + :download-batch 4 + :max-connections 2 + :subdomains ("a" "b" "c")) "Default server properties. See also `osm-server-list'." :type 'plist) -- cgit v1.0