From 71fa0edc9d3598665144676c8a5b7fd017e1cb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Bud=C3=ADn?= Date: Sat, 23 Jun 2018 18:57:50 +0200 Subject: [PATCH] Removed whitespace --- dnsapi/dns_wedos.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dnsapi/dns_wedos.sh b/dnsapi/dns_wedos.sh index c003d672..72b53b7b 100644 --- a/dnsapi/dns_wedos.sh +++ b/dnsapi/dns_wedos.sh @@ -14,7 +14,6 @@ WEDOS_URL="https://api.wedos.com/wapi/json" WEDOS_PREFIX="WEDOS WAPI:" - ################################## # Private functions # ################################## @@ -148,8 +147,6 @@ _wedos_commit() { _info "$WEDOS_PREFIX OK." } - - ################################## # Public functions # ##################################