Skip to content

Commit 461f348

Browse files
committed
Remove eol spaces
1 parent 2c30092 commit 461f348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Net/SAML2/Protocol/LogoutRequest.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ sub new_from_xml {
9898
nameid => $xpath->findvalue('/samlp:LogoutRequest/saml:NameID'),
9999
destination => $xpath->findvalue('/samlp:LogoutRequest/@Destination'),
100100
);
101-
101+
102102
my $nameid_format = $xpath->findvalue('/samlp:LogoutRequest/saml:NameID/@Format');
103103
if ( $nameid_format ne '' ) { $params{nameid_format} = $nameid_format; }
104-
104+
105105
my $self = $class->new(
106106
%params
107107
);

0 commit comments

Comments
 (0)