infomaniak: Whitespace fixes

This commit is contained in:
Richard Hansen 2024-07-29 00:42:03 -04:00
parent 2715743ee3
commit bb65b64e39

View file

@ -7331,9 +7331,9 @@ sub nic_infomaniak_update {
# IP changed => good <xxxx::yyyy> # IP changed => good <xxxx::yyyy>
# No domain name => Validation failed # No domain name => Validation failed
my %statuses = ( my %statuses = (
'good' => (1, sprintf("IP set to %s for %s", $ip, $h)), 'good' => (1, sprintf("IP set to %s for %s", $ip, $h)),
'nochg' => (1, sprintf("IP already set to %s for %s", $ip, $h)), 'nochg' => (1, sprintf("IP already set to %s for %s", $ip, $h)),
'nohost' => (0, sprintf("Bad domain name %s or bad IP %s", $h, $ip)), 'nohost' => (0, sprintf("Bad domain name %s or bad IP %s", $h, $ip)),
'badauth' => (0, sprintf("Bad authentication for %s", $h)), 'badauth' => (0, sprintf("Bad authentication for %s", $h)),
); );
my $reply = geturl( my $reply = geturl(