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

View File

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