Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
explunit committed Feb 13, 2019
1 parent d417a4b commit 185a709
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sustainsys.Saml2/SAML2P/Saml2PSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ public Saml2EncryptedAssertion(Saml2NameIdentifier issuer) :
// - ignore authentication context if configured to do so
class Saml2PSerializer : Saml2Serializer
{
private SPOptions spOptions;
private SPOptions spOptions;

public Saml2PSerializer(SPOptions spOptions)
{
this.spOptions = spOptions;
}
public Saml2PSerializer(SPOptions spOptions)
{
this.spOptions = spOptions;
}

public ICollection<X509Certificate2> DecryptionCertificates { get; set; }

Expand Down

0 comments on commit 185a709

Please sign in to comment.