summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core
diff options
context:
space:
mode:
authorHeesung Ahn <ahn.heesung@gmail.com>2015-03-29 21:10:16 +0200
committerHeesung Ahn <ahn.heesung@gmail.com>2015-03-29 21:10:16 +0200
commit4924115bdf8042850e7934d0ab66fe451e7c778b (patch)
tree1564e912995878264a3c021f047e9157204c6467 /tests/codeigniter/core
parentcbc21b9bdbaeb2defd47c0808d47801ab1a14ede (diff)
removed space
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
Diffstat (limited to 'tests/codeigniter/core')
-rw-r--r--tests/codeigniter/core/Lang_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/core/Lang_test.php b/tests/codeigniter/core/Lang_test.php
index 3c1e19db3..a4db7a9c2 100644
--- a/tests/codeigniter/core/Lang_test.php
+++ b/tests/codeigniter/core/Lang_test.php
@@ -38,7 +38,7 @@ class Lang_test extends CI_TestCase {
$this->ci_vfs_clone('system/language/english/number_lang.php');
$this->assertTrue($this->lang->load('number'));
$this->assertEquals('Bytes', $this->lang->language['bytes']);
-
+
// Non-existent file
$this->setExpectedException(
'RuntimeException',