diff options
author | Tim Beale <timbeale@catalyst.net.nz> | 2018-07-27 13:46:55 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-08-17 02:58:27 +0200 |
commit | 26ece82e5ec40b8f150c888c6e8fba1c85639e4c (patch) | |
tree | d04ef1b71a1c13c86a3a00e2edd07ba5d8791b68 | |
parent | 87b919b6192c17e14f1663d3512db34417c7de97 (diff) | |
download | samba-26ece82e5ec40b8f150c888c6e8fba1c85639e4c.tar.gz |
Fix PEP8 warning W291 trailing whitespace
Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
-rw-r--r-- | source4/torture/drs/python/getncchanges.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/drs/python/getncchanges.py b/source4/torture/drs/python/getncchanges.py index 0e62eaece3c..086dcd19d4d 100644 --- a/source4/torture/drs/python/getncchanges.py +++ b/source4/torture/drs/python/getncchanges.py @@ -1042,7 +1042,7 @@ class DrsReplicaSyncIntegrityTestCase(drs_base.DrsBaseTestCase): # Delete the target and make sure the deletion is sync'd between DCs target_guid = self.get_object_guid(la_target) self.test_ldb_dc.delete(la_target) - self.sync_DCs(nc_dn=self.config_dn) + self.sync_DCs(nc_dn=self.config_dn) self._disable_all_repl(self.dnsname_dc2) # re-animate the target |