From 44b5ab73728d569b9d77f5cc179a5b36f9d2485f Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Wed, 29 Mar 2017 11:51:16 -0400 Subject: Fixed spacing. --- roles/lib_openshift/src/lib/rule.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/lib_openshift/src/lib') diff --git a/roles/lib_openshift/src/lib/rule.py b/roles/lib_openshift/src/lib/rule.py index d1e900427..4590dcf90 100644 --- a/roles/lib_openshift/src/lib/rule.py +++ b/roles/lib_openshift/src/lib/rule.py @@ -125,9 +125,9 @@ class Rule(object): def __eq__(self, other): '''return whether rules are equal''' return (self.attribute_restrictions == other.attribute_restrictions and - self.api_groups == other.api_groups and - self.resources == other.resources and - self.verbs == other.verbs) + self.api_groups == other.api_groups and + self.resources == other.resources and + self.verbs == other.verbs) @staticmethod -- cgit v1.2.3