MDL-61629 message_airnotifier: whitespace fix

This commit is contained in:
Eloy Lafuente (stronk7)
2018-04-03 11:48:51 +02:00
parent 334bea41ec
commit df740a511b
@@ -155,7 +155,7 @@ class provider implements \core_privacy\local\metadata\provider, \core_privacy\l
protected static function get_records($userid) {
global $DB;
$sql = "SELECT mad.id, mad.enable, ud.appid, ud.name, ud.model, ud.platform, ud.version, ud.timecreated,
ud.timemodified, ud.pushid
ud.timemodified, ud.pushid
FROM {message_airnotifier_devices} mad
JOIN {user_devices} ud ON mad.userdeviceid = ud.id
WHERE ud.userid = :userid";