mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Removed white spaces after lines
This commit is contained in:
@@ -227,7 +227,7 @@ class KnowledgeManagement extends DolibarrApi
|
||||
} else {
|
||||
throw new RestException(503, 'Error when retrieving knowledgerecord list: '.$this->db->lasterror());
|
||||
}
|
||||
|
||||
|
||||
return $obj_ret;
|
||||
}
|
||||
|
||||
|
||||
@@ -230,7 +230,7 @@ class Zapier extends DolibarrApi
|
||||
} else {
|
||||
throw new RestException(503, 'Error when retrieve hook list');
|
||||
}
|
||||
|
||||
|
||||
return $obj_ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user