From: Dan Poltawski Date: Mon, 17 Jul 2017 10:30:28 +0000 (+0100) Subject: MDL-59548 behat: fix trailing whitespace X-Git-Tag: v3.4.0-beta~621 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=2ce7fad864174c636701a74798bb53b67d78f905;ds=inline MDL-59548 behat: fix trailing whitespace --- diff --git a/lib/tests/behat/behat_forms.php b/lib/tests/behat/behat_forms.php index 20593387c7e..9b5d2c74cb2 100644 --- a/lib/tests/behat/behat_forms.php +++ b/lib/tests/behat/behat_forms.php @@ -548,5 +548,4 @@ class behat_forms extends behat_base { $csstarget = ".form-autocomplete-downarrow"; $this->execute('behat_general::i_click_on', [$csstarget, 'css_element']); } - }