Skip to content

Commit

Permalink
Remove space at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
muqiuq committed Feb 8, 2019
1 parent ec76cd8 commit 2f528ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ function mod_studentquiz_user_stats($cmid, $quantifiers, $userid, $aggregated) {
* TODO: Refactor: There must be a better way to do this!
*/
function mod_studentquiz_helper_attempt_stat_select() {
return "SELECT statspercategory.userid AS userid,
return "SELECT statspercategory.userid AS userid,
-- Aggregate values over all categories in cm context.
-- Note: Max() of equals is faster than Sum() of groups.
-- See: https://dev.mysql.com/doc/refman/5.7/en/group-by-optimization.html.
Expand Down

0 comments on commit 2f528ed

Please sign in to comment.