Skip to content

Commit 7c88cdf

Browse files
author
Erick Tryzelaar
committed
Add trailing newline.
1 parent a714765 commit 7c88cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/saml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,4 +1855,4 @@ def advice_from_string(xml_string):
18551855

18561856

18571857
def factory(tag, **kwargs):
1858-
return ELEMENT_BY_TAG[tag](**kwargs)
1858+
return ELEMENT_BY_TAG[tag](**kwargs)

0 commit comments

Comments
 (0)