jenkins-bot has submitted this change and it was merged.

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


Fix indenting

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

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 588f2e6..3e5f29a 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: merged
Gerrit-Change-Id: I029d206fd7631b9682f8190ce1292277bd45fb02
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to