Removed white spaces after lines

This commit is contained in:
Fabian Heinz 2023-12-31 15:25:18 +01:00 committed by GitHub
parent b78632a20e
commit e1fccda141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ class KnowledgeManagement extends DolibarrApi
} else {
throw new RestException(503, 'Error when retrieving knowledgerecord list: '.$this->db->lasterror());
}
return $obj_ret;
}

View File

@ -230,7 +230,7 @@ class Zapier extends DolibarrApi
} else {
throw new RestException(503, 'Error when retrieve hook list');
}
return $obj_ret;
}