From b2cb73c875e63d3f094a7a2104e0b129257f239a Mon Sep 17 00:00:00 2001 From: ahwayakchih Date: Sun, 3 Feb 2019 22:59:27 +0100 Subject: [PATCH] style: fix 2 more errors reported by shfmt --- dnsapi/dns_mydevil.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_mydevil.sh b/dnsapi/dns_mydevil.sh index 397ae481..66064dff 100755 --- a/dnsapi/dns_mydevil.sh +++ b/dnsapi/dns_mydevil.sh @@ -26,7 +26,7 @@ dns_mydevil_add() { return 1 fi - if [ -z "$domain" ]; then + if [ -z "$domain" ]; then _err "Invalid domain name: could not find root domain of $fulldomain." return 1 fi @@ -56,7 +56,7 @@ dns_mydevil_rm() { return 1 fi - if [ -z "$domain" ]; then + if [ -z "$domain" ]; then _err "Invalid domain name: could not find root domain of $fulldomain." return 1 fi