branch: externals/osm
commit 5fdbad233924e5f40ae12dfd01c778c53c781fa6
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Formatting
---
 osm.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/osm.el b/osm.el
index 4362caab39..e0e9df55df 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)

Reply via email to