MDL-66979 behat: Whitespace fix

This commit is contained in:
Andrew Nicols
2021-01-22 14:52:21 +08:00
parent 8a76c2a9a1
commit cbd016e620
+1 -1
View File
@@ -64,7 +64,7 @@ class behat_form_select extends behat_form_field {
$afterfirstoption = true;
}
} else {
// By default, assume the passed value is a non-multiple option.
// By default, assume the passed value is a non-multiple option.
$this->field->selectOption(trim($value));
}
}