From: Joe Guo Date: Mon, 30 Jul 2018 06:22:53 +0000 (+1200) Subject: PEP8: fix W293: blank line contains whitespace X-Git-Tag: tdb-1.3.17~2045 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f9eb617e375c2272547517af22775dd7afee428;p=thirdparty%2Fsamba.git PEP8: fix W293: blank line contains whitespace Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/source4/torture/drs/python/repl_schema.py b/source4/torture/drs/python/repl_schema.py index dc570193f1c..90a60c09f83 100644 --- a/source4/torture/drs/python/repl_schema.py +++ b/source4/torture/drs/python/repl_schema.py @@ -351,7 +351,7 @@ class DrsReplSchemaTestCase(drs_base.DrsBaseTestCase): # force replication from DC1 to DC2 self._net_drs_replicate(DC=self.dnsname_dc2, fromDC=self.dnsname_dc1, nc_dn=self.schema_dn, forced=True) - + # check objects are replicated self._check_object(c_dn) self._check_object(a_dn)