Skip to content

Commit

Permalink
codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
irinahpe committed Nov 22, 2023
1 parent 2bec4c3 commit c48f104
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public function render_ratingallocate_allocation_status($coursemoduleid, $status
$deletebutton->tooltip = get_string('delete_all_ratings_explanation', RATINGALLOCATE_MOD_NAME);
$deletebutton->add_action(new confirm_action(get_string('confirm_delete_all_ratings', RATINGALLOCATE_MOD_NAME)));


$table = new html_table();

// Add status, buttons for manual and algorithmic allocation and delete all ratings buuton to the table.
Expand Down

0 comments on commit c48f104

Please sign in to comment.