Selaa lähdekoodia

Make Travis happy; fixed formatting of return statements.

Sebastiaan Hoogeveen 6 vuotta sitten
vanhempi
sitoutus
44dcb0d0a9
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      dnsapi/dns_nederhost.sh

+ 2 - 2
dnsapi/dns_nederhost.sh

@@ -92,10 +92,10 @@ _get_root() {
 
     if _nederhost_rest GET "zones/${_domain}"; then
       if [ "${_code}" = "204" ]; then
-        return 0;
+        return 0
       fi
     else
-      return 1;
+      return 1
     fi
     p=$i
     i=$(_math "$i" + 1)