eXist-db / existdb-saml

XQuery module that implements SAML v2 single sign-on
GNU Lesser General Public License v2.1
4 stars 3 forks source link

Reformat the XQuery code so it is consistent and readable #14

Closed adamretter closed 11 months ago

adamretter commented 1 year ago

@chakl it's all formatting apart from two small things:

  1. Adding some missing return types to one or two functions.

  2. Simplifying element construction in maybe one or two places.

I think the changes are very minor. I'm sorry you feel it's too big. Does the above explanation help you, or do you still need it broken into 3 commits?

chakl commented 1 year ago

do you still need it broken into 3 commits?

Yes, please do.

adamretter commented 1 year ago

@chakl As requested, I have now broken this down into a number of smaller atomic commits. Could you take another look please?