MDL-47703 fix trailing whitespace
authorDan Poltawski <dan@moodle.com>
Tue, 28 Oct 2014 12:21:30 +0000 (12:21 +0000)
committerDan Poltawski <dan@moodle.com>
Tue, 28 Oct 2014 12:21:30 +0000 (12:21 +0000)
grade/tests/behat/grade_scales_aggregation.feature

index 7f901f8..7106000 100644 (file)
@@ -71,7 +71,7 @@ Feature: Control the aggregation of the scales
       | Course total<totalstr> | <coursetotal2> | <coursepc2> | -                            |
 
     Examples:
-      | aggregation                         | totalstr                             | coursetotal | coursepc | gradecontrib | scalecontrib | coursetotal2 | coursepc2 | gradecontrib2 | scalecontrib2 | 
+      | aggregation                         | totalstr                             | coursetotal | coursepc | gradecontrib | scalecontrib | coursetotal2 | coursepc2 | gradecontrib2 | scalecontrib2 |
       | Natural                             |                                      | 10.00       | 10.00 %  | 10.00        | 0.00         | 14.00        | 13.33 %   | 9.52 %        | 3.81 %        |
       | Mean of grades                      | Mean of grades.                      | 10.00       | 10.00 %  | 10.00        | 0.00         | 42.50        | 42.50 %   | 5.00 %        | 37.50 %       |
       | Weighted mean of grades             | Weighted mean of grades.             | 10.00       | 10.00 %  | 10.00        | 0.00         | 42.50        | 42.50 %   | 5.00 %        | 37.50 %       |
@@ -118,4 +118,4 @@ Feature: Control the aggregation of the scales
     And I click on "Edit settings" "link" in the "Scale me" "table_row"
     And I follow "Show more..."
     And I should see "Weight adjusted"
-    And I should see "Weight"
\ No newline at end of file
+    And I should see "Weight"