PEP8: fix E122: continuation line missing indentation or outdented
[samba.git] / source4 / dsdb / tests / python / sam.py
index 91a794833670ec004ac8297e3d2db3df6a3336b2..e2d7b40ebaed902adc1b0600c61a36036f92adc1 100755 (executable)
@@ -1797,7 +1797,7 @@ class SamTests(samba.tests.TestCase):
         def assertLDAPErrorMsg(msg, expected_msg):
             self.assertTrue(expected_msg in msg,
                             "msg[%s] does not contain expected[%s]" % (
-                            msg, expected_msg))
+                                msg, expected_msg))
 
         try:
             ldb_fail = SamDB(url=host, credentials=sasl_wrong_creds, lp=lp)