Commit 6a797ad

mo <mo.khan@gmail.com>
2018-08-11 22:35:18
fix lint error. tag: v1.0.20
1 parent 5747a00
Changed files (1)
lib
saml
kit
lib/saml/kit/builders/assertion.rb
@@ -50,7 +50,7 @@ module Saml
         end
 
         def subject_confirmation_data_options
-          options = { }
+          options = {}
           options[:InResponseTo] = request.id if request.present?
           options[:NotOnOrAfter] = (not_on_or_after - 1.second).iso8601
           options[:Recipient] = destination if destination.present?