]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Remove extraneous blank lines
authorIvru <ivruijoha@gmail.com>
Thu, 20 Dec 2018 15:37:11 +0000 (16:37 +0100)
committerIvru <ivruijoha@gmail.com>
Thu, 20 Dec 2018 15:37:11 +0000 (16:37 +0100)
dnsapi/dns_exoscale.sh

index bb433ec327280484ee350f1076b0a881bf3de26d..ccf05fc5765e6f25d1c78e8e9671dc73b6bcc7e6 100755 (executable)
@@ -2,7 +2,6 @@
 
 EXOSCALE_API=https://api.exoscale.com/dns/v1
 
-
 ########  Public functions #####################
 
 # Usage: add  _acme-challenge.www.domain.com   "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
@@ -76,7 +75,6 @@ dns_exoscale_rm() {
   return 0
 }
 
-
 ####################  Private functions below ##################################
 
 _checkAuth() {