summaryrefslogtreecommitdiff
path: root/lib/ldb-samba/tests/match_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldb-samba/tests/match_rules.py')
-rwxr-xr-xlib/ldb-samba/tests/match_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/tests/match_rules.py b/lib/ldb-samba/tests/match_rules.py
index dde787ff68b..6d2ba1b920d 100755
--- a/lib/ldb-samba/tests/match_rules.py
+++ b/lib/ldb-samba/tests/match_rules.py
@@ -1125,7 +1125,7 @@ class MatchRuleConditionTests(samba.tests.TestCase):
FLAG_MOD_ADD, "member")
self.ldb.modify(m)
- self.question = 6*(9-2)
+ self.question = 6 * (9 -2)
self.answer = 42
def tearDown(self):