added missing new line at EOF

This commit is contained in:
Hobby-Student 2023-03-06 20:36:53 +01:00 committed by GitHub
parent dde1bab1a8
commit dea8a08b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -278,4 +278,4 @@ _callAPI() {
response="$(_post "$data" "$KAS_Api" "" "POST" "$contentType")"
_debug2 "[KAS] -> Response" "$response"
echo "$response"
}
}