Filippo Giunchedi has submitted this change and it was merged.

Change subject: elasticsearch: lint check_elasticsearch.py
......................................................................


elasticsearch: lint check_elasticsearch.py

E123 closing bracket does not match indentation of opening bracket's
line

Part of migrating to plain pep8 T114887

Change-Id: I7d7b57e88a3e3defff3603b1a62e484fad674407
---
M modules/elasticsearch/files/nagios/check_elasticsearch.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved
  EBernhardson: Looks good to me, but someone else must approve



diff --git a/modules/elasticsearch/files/nagios/check_elasticsearch.py 
b/modules/elasticsearch/files/nagios/check_elasticsearch.py
index 9035c77..e67ce4d 100755
--- a/modules/elasticsearch/files/nagios/check_elasticsearch.py
+++ b/modules/elasticsearch/files/nagios/check_elasticsearch.py
@@ -43,7 +43,7 @@
         '>': operator.gt,
         '<': operator.lt,
         '==': operator.eq,
-        }
+    }
 
     def __init__(self, threshold):
         self.threshold_string = threshold

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d7b57e88a3e3defff3603b1a62e484fad674407
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Chasemp <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to