summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter
diff options
context:
space:
mode:
authorMaster Yoda <jim_parry@bcit.ca>2015-09-24 16:26:32 +0200
committerMaster Yoda <jim_parry@bcit.ca>2015-09-24 16:26:32 +0200
commitfcb4129694951a8e43aacbdbaa08688d1c7c7225 (patch)
treea6135b5c643cb4284bd2ed9534391a5345011e77 /tests/codeigniter
parent4f674091a22fa07d034eebef5848620fca6f9ca2 (diff)
Fix the tabs
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
Diffstat (limited to 'tests/codeigniter')
-rw-r--r--tests/codeigniter/core/Lang_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codeigniter/core/Lang_test.php b/tests/codeigniter/core/Lang_test.php
index 8197028a2..c5aaf04b2 100644
--- a/tests/codeigniter/core/Lang_test.php
+++ b/tests/codeigniter/core/Lang_test.php
@@ -103,5 +103,4 @@ class Lang_test extends CI_TestCase {
$this->assertFalse($this->lang->line('nonexistent_string'));
$this->assertFalse($this->lang->line(NULL));
}
-
}