From cbd016e62098823bcfcc4d7002d819dcc262020c Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 13 Nov 2020 09:29:14 +0800 Subject: [PATCH] MDL-66979 behat: Whitespace fix --- lib/behat/form_field/behat_form_select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/behat/form_field/behat_form_select.php b/lib/behat/form_field/behat_form_select.php index 26e646f165c..228a5b614b5 100644 --- a/lib/behat/form_field/behat_form_select.php +++ b/lib/behat/form_field/behat_form_select.php @@ -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)); } }