Browse Source

coding guideline - remove extra carriage return

MOODLE_34_STABLE
Dan Marsden 6 years ago
committed by GitHub
parent
commit
2cb6ca75fb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      db/upgrade.php

1
db/upgrade.php

@ -526,6 +526,5 @@ function xmldb_attendance_upgrade($oldversion=0) {
upgrade_mod_savepoint(true, 2017112008, 'attendance'); upgrade_mod_savepoint(true, 2017112008, 'attendance');
} }
return $result; return $result;
} }

Loading…
Cancel
Save