summaryrefslogtreecommitdiffstats
path: root/system/libraries/Unit_test.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-05 12:16:27 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-05 12:16:27 +0200
commit9438e26671ee1f0b49c8da7a56a0a195788fd5da (patch)
tree9d809ffc460add2fac7cf2ee5c101a56b080202e /system/libraries/Unit_test.php
parent6dba0cded0999ccfecce07b55df2c11e3e6cce86 (diff)
Fix issue #116 + other space/style fixes [ci skip
Diffstat (limited to 'system/libraries/Unit_test.php')
-rw-r--r--system/libraries/Unit_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php
index 435c32693..c2c01758e 100644
--- a/system/libraries/Unit_test.php
+++ b/system/libraries/Unit_test.php
@@ -244,7 +244,7 @@ class CI_Unit_test {
{
continue;
}
-
+
if (FALSE !== ($line = $CI->lang->line(strtolower('ut_'.$v))))
{
$v = $line;