Correction of spaces

This commit is contained in:
Valentin Popov 2018-02-25 01:32:29 +04:00
parent f3c2ebbe4d
commit 9cf4fc575c
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -520,7 +520,7 @@ class local_webhooks_external extends external_api {
* @return external_description
* @since Moodle 2.2
*/
public static function delete_record_returns() {
public static function delete_record_returns() {
return new external_value(PARAM_BOOL, "Result of execution.");
}