PEP8: fix E122: continuation line missing indentation or outdented
[metze/samba/wip.git] / python / samba / tests / samba_tool / user.py
index f99288a7cb88bf80421b8a8f996585a2355442df..9b9b96a08eade4bcad7fb52c5094fc24efb91608 100644 (file)
@@ -381,7 +381,7 @@ company: %s
 sAMAccountName: %s
 
 """ % (user["given-name"], user["surname"], self.samdb.domain_dn(),
-       user["company"], user["name"])
+                user["company"], user["name"])
 
             self.assertEqual(out, expected_out,
                              "Unexpected show output for user '%s'" %