cosmetic, remove stray space indent
This commit is contained in:
parent
fca9b2149b
commit
7321959383
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
|
@ -4274,7 +4274,7 @@ sub nic_cloudflare_update {
|
||||||
# Strip header
|
# Strip header
|
||||||
$reply =~ s/^.*?\n\n//s;
|
$reply =~ s/^.*?\n\n//s;
|
||||||
my $response = eval {decode_json($reply)};
|
my $response = eval {decode_json($reply)};
|
||||||
if (!defined $response || !defined $response->{result}) {
|
if (!defined $response || !defined $response->{result}) {
|
||||||
failed ("invalid json or result.");
|
failed ("invalid json or result.");
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue