Browse Source

Formatting Config class.

Taylor Otwell 13 years ago
parent
commit
45333c5743
1 changed files with 0 additions and 1 deletions
  1. 0 1
      system/config.php

+ 0 - 1
system/config.php

@@ -76,7 +76,6 @@ class Config {
 	{
 		// The left side of the dot is the file name, while the right side of the dot
 		// is the item within that file being requested.
-
 		$segments = explode('.', $key);
 
 		if (count($segments) < 2)