Merge branch 'main' into assert
diff --git a/test_ldap.py b/test_ldap.py
index 55bd813..3eb39a8 100644
--- a/test_ldap.py
+++ b/test_ldap.py
@@ -30,7 +30,7 @@
   else:
     if py == asf:
       print(f"NAK: {attr} '{value}' exp: {not py} act: {asf}")
-      
+
 
 compare('dn', 'abcd') # expect the same result (False)
 compare('dn', ' abcd', False) # super class will give True here