1
0
Эх сурвалжийг харах

Fix shfmt formatting: Remove trailing whitespace

Stefan Riegel 1 долоо хоног өмнө
parent
commit
36b8ca2bc0

+ 2 - 2
dnsapi/dns_infoblox_uddi.sh

@@ -183,7 +183,7 @@ _get_root() {
         # Found the zone
         _domain="$h"
         _domain_id="$zone_id"
-        
+
         # Calculate subdomain
         if [ "$_domain" = "$domain" ]; then
           _sub_domain=""
@@ -191,7 +191,7 @@ _get_root() {
           _cutlength=$((${#domain} - ${#_domain} - 1))
           _sub_domain=$(printf "%s" "$domain" | cut -c "1-$_cutlength")
         fi
-        
+
         return 0
       fi
     fi