Skip to content

Commit 9b8e0ef

Browse files
author
Roland Hedberg
committed
Merge pull request #159 from erickt/master
Add trailing newline.
2 parents a714765 + 7c88cdf commit 9b8e0ef

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)