EBernhardson has uploaded a new change for review.

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

Change subject: fix incorrect whitespace
......................................................................

fix incorrect whitespace

Change-Id: Ic850b08443b399e9f1b4ebb80a81da909d105ace
---
M wmf-config/InitialiseSettings.php
1 file changed, 13 insertions(+), 13 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index ad3fc4a..91f8d9b 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -15329,20 +15329,20 @@
                                // test bucket, alternative suggestions
                                'b' => array(
                                        'wgCirrusSearchPhraseSuggestSettings' 
=> array(
-                                       'mode' => 'always',
-                                       'confidence' => 1.0,
-                                       'max_errors' => 2,
-                                       'real_word_error_likelihood' => 0.95,
-                                       'max_term_freq' => 0.5,
-                                       'min_doc_freq' => 0.0,
-                                       'collate' => false,
-                                       'collate_minimum_should_match' => 
'3<66%',
+                                               'mode' => 'always',
+                                               'confidence' => 1.0,
+                                               'max_errors' => 2,
+                                               'real_word_error_likelihood' => 
0.95,
+                                               'max_term_freq' => 0.5,
+                                               'min_doc_freq' => 0.0,
+                                               'collate' => false,
+                                               'collate_minimum_should_match' 
=> '3<66%',
                                                'prefix_length' => 2,
-                                       'smoothing_model' => array(
-                                           'laplace' => array(
-                                               'alpha' => 0.3,
-                                           ),
-                                       ),
+                                               'smoothing_model' => array(
+                                                       'laplace' => array(
+                                                               'alpha' => 0.3,
+                                                       ),
+                                               ),
                                        ),
                                ),
                        ),

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

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

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

Reply via email to