Browse Source

Remove extraneous blank lines

Ivru 6 years ago
parent
commit
405173a0b4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dnsapi/dns_exoscale.sh

+ 0 - 2
dnsapi/dns_exoscale.sh

@@ -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() {