Skip to content

Commit

Permalink
fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlgmokha committed Aug 9, 2018
1 parent 1662e9a commit b8e954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/saml/kit/assertion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def name_id
end

def name_id_format
at_xpath('./saml:Subject/saml:NameID').attribute("Format").try(:value)
at_xpath('./saml:Subject/saml:NameID').attribute('Format').try(:value)
end

def signed?
Expand Down

0 comments on commit b8e954c

Please sign in to comment.