From 1cbaf803d0a273b2ff80cade8c46872e8943b7d7 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 4 Jun 2012 16:32:25 +0800 Subject: [PATCH] MDL-29173 - fix whitespace error --- lib/tests/mathslib_test.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tests/mathslib_test.php b/lib/tests/mathslib_test.php index f541e61b127..1df41fe4edd 100644 --- a/lib/tests/mathslib_test.php +++ b/lib/tests/mathslib_test.php @@ -142,7 +142,6 @@ class mathsslib_testcase extends basic_testcase { } public function test_rounding_function() { - // Rounding to the default number of decimal places // The default == 0 -- 2.43.0