fix format

This commit is contained in:
neilpang 2016-11-20 23:04:28 +08:00
parent e009ec8b93
commit 16d79ebaac
2 changed files with 6 additions and 24 deletions

View File

@ -46,18 +46,15 @@ dns_aws_add() {
return 0
fi
return 1;
return 1
}
#fulldomain
dns_aws_rm() {
fulldomain=$1
}
#################### Private functions bellow ##################################
_get_root() {
@ -96,7 +93,6 @@ _get_root() {
return 1
}
#method uri qstr data
aws_rest() {
mtd="$1"
@ -204,17 +200,3 @@ aws_rest() {
return "$_ret"
}