瀏覽代碼

Removed white spaces after lines

Fabian Heinz 1 年之前
父節點
當前提交
e1fccda141

+ 1 - 1
htdocs/knowledgemanagement/class/api_knowledgemanagement.class.php

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

+ 1 - 1
htdocs/zapier/class/api_zapier.class.php

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