Fixup whitespace issue

pull/2717/head
Josef Vogt 2020-02-05 15:08:17 +01:00
parent 0ed30db1d8
commit ec9c98df17
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ dns_octodns_add() {
done done
_info "Finished adding records via octoDNS API" _info "Finished adding records via octoDNS API"
return 0 return 0
} }
@ -78,6 +78,6 @@ dns_octodns_rm() {
done done
_info "Finished deleting records via octoDNS API" _info "Finished deleting records via octoDNS API"
return 0 return 0
} }