Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/102195


Change subject: Fix indenting
......................................................................

Fix indenting

Change-Id: I029d206fd7631b9682f8190ce1292277bd45fb02
---
M wmf-config/CommonSettings-labs.php
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/95/102195/1

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 4941240..b325ad2 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -7,13 +7,12 @@
 # Should not be loaded on production
 
 if( $wmfRealm == 'labs' ) {  # safe guard
-
        include( "logging-labs.php" );
 
 // test wiki
 if ( $wgDBname == 'testwiki' ) {
-               $wgDebugToolbar = true;
-               $wgProfiler['class'] = 'ProfilerSimpleText';
+       $wgDebugToolbar = true;
+       $wgProfiler['class'] = 'ProfilerSimpleText';
 }
 
 if( file_exists( '/etc/wmflabs-instancename' ) ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/102195
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I029d206fd7631b9682f8190ce1292277bd45fb02
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to