Skip to content

Commit a77d9be

Browse files
committed
clean up pycodestyle
1 parent cefcefd commit a77d9be

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

python/multicorn/ldapfdw.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@
5656
);
5757
5858
CREATE FOREIGN TABLE ldapexample (
59-
mail character varying,
60-
cn character varying,
61-
description character varying
59+
mail character varying,
60+
cn character varying,
61+
description character varying
6262
) server ldap_srv options (
63-
uri 'ldap://localhost',
64-
path 'dc=lab,dc=example,dc=com',
65-
scope 'sub',
66-
binddn 'cn=Admin,dc=example,dc=com',
67-
bindpwd 'admin',
68-
objectClass '*'
63+
uri 'ldap://localhost',
64+
path 'dc=lab,dc=example,dc=com',
65+
scope 'sub',
66+
binddn 'cn=Admin,dc=example,dc=com',
67+
bindpwd 'admin',
68+
objectClass '*'
6969
);
7070
7171
select * from ldapexample;

0 commit comments

Comments
 (0)