Completed
Push — develop ( ffb97b...0b4c01 )
by Greg
17:36 queued 07:43
created
app/I18N.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -322,8 +322,8 @@
 block discarded – undo
322 322
 				$default_locale = new LocaleEnUs;
323 323
 				try {
324 324
 					// @TODO, when no language is requested by the user (e.g. search engines), we should use
325
-	        // the tree's default language.  However, we currently initialise languages before trees,
326
-	        //  so there is no tree available for us to use.
325
+					// the tree's default language.  However, we currently initialise languages before trees,
326
+					//  so there is no tree available for us to use.
327 327
 				} catch (\Exception $ex) {
328 328
 					DebugBar::addThrowable($ex);
329 329
 				}
Please login to merge, or discard this patch.