Skip to content

Commit

Permalink
codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
irinahpe committed Jun 13, 2024
1 parent bcbef47 commit a648e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public function completion_rule_enabled($data) {
* @param $defaultvalues
* @return void
*/
public function data_preprocessing (&$defaultvalues){
public function data_preprocessing(&$defaultvalues) {
if (empty($defaultvalues[$this->get_suffixed_name('vote')])) {
$defaultvalues[$this->get_suffixed_name('vote')] = 0;
}
Expand Down

0 comments on commit a648e77

Please sign in to comment.